Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need YYYYDDD to DATE() function. Anyone?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00468591
Message ID:
00468769
Vues:
15
If you're bringing it in as numeric:

? date(int(x/1000), 1, 1) + mod(x,1000) -1

String:

? date(int(val(x)/1000), 1, 1) + mod(val(x),1000) -1
kenweber
GCom2 Solutions
Microsoft Certified Professional

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform