Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning date in short format without changing SET CENT
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00629148
Message ID:
00629151
Views:
17
>>Hi everybody,
>>
>>I decided to update my VFPStart program to allow automatically insert my initials and date in the short format, e.g.:
>>
>>* Insert modidate
>>on key label f3 keyboard 'Nadya Nosonovsky '+ttoc(datetime()) plain && Insert modidate
>>on key label Alt+U keyboard 'Updated:NN: '+dtoc(date()) plain && Insert modidate
>>
>>However, I want to to have dates like 02/02/02, etc. , is where a simple way besides substr() or changing set century back and forth?
>
>
STRTRAN(dtoc(date()), "200", "0")
for the next 7 years.


Not a general one, anyway, I think, this would be enough for now :)
I removed / because separators could be different for different set date formats
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform