Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning date in short format without changing SET CENT
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00629148
Message ID:
00629151
Vues:
10
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform