Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grabing the date from a DateTime Field
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00462988
Message ID:
00463201
Views:
16
Leroy,

Try this one;
LPARAMETERS pdDate
LOCAL lcDate
lcDate = ALLTRIM(STR(DAY(ldDate))) + "-" + ;
         LEFT(UPPER(CMONTH(ldDate)),3) + "-" +
         RIGHT(STR(YEAR(ldDate),4,0),2)
RETURN lcDate
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform