Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data conversion
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00915059
Message ID:
00915066
Views:
13
Peter,

Would this work for you
ldDate = DATE()
? LEFT(CMONTH(ldDate),3) + " " + ;
	PADL(DAY(ldDate),2, "0") + ", " + ;
	TRANSFORM(YEAR(ldDate))
>
>I am looking for ma way to reformat the date in one of my fields.
>
>example
>I data comes in like 12/01/04 and I want it to look like Dec 01, 2004
>
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform