Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date format ?
Message
 
To
06/02/2003 03:59:31
Stanley Yip
Shun Sang (technology) ltd Hong Kong
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00749742
Message ID:
00749744
Views:
17
Your best bet is to create a UDF as follows:

function DMMMY(ldDate)
return alltrim(str(day(ldDate)))+' '+left(cmonth(ldDate),3)+' '+str(year(ldDate),4)


then ? DMMMY(date()) will return the correct value
Kevin Delaney
Financial Systems Manager
CPL Solutions Ltd

83 Merrion Square, Dublin 2, Ireland.
e: kevin.delaney@cpl.ie w: www.cpl.ie
p: +353 1 482-5368
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform