Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel date formatting
Message
From
10/02/2003 14:44:12
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Excel date formatting
Miscellaneous
Thread ID:
00751583
Message ID:
00751583
Views:
64
Hi all

Does anyone have program that can convert / format dates / datetimes like Excel does?

I know I can ...


LPARAMETERS tuDateOrTime
RETURN ;
RIGHT("00"+ALLTRIM(STR(MONTH(m.tuDateOrTime))),2)+"/"+;
RIGHT("00"+ALLTRIM(STR(DAY(m.tuDateOrTime))),2)+"/"+;
ALLTRIM(STR(YEAR(m.tuDateOrTime)))


But something like transform(date(),"MMM-DD-YYYY") to get Feb 10, 2003 seems easier than the current options.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform