Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Julian to Gregorian
Message
 
 
À
01/06/2005 09:35:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 6
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01018950
Message ID:
01018952
Vues:
22
>I have a numeric field that is actually a date. The format is YYYYDDD (ie,2000316). I want to convert this to MMDDYYYY format. What is the code for doing this?
lnJdate = 2000316
? DATE(INT(lnJdate/1000), 01, 01) + (lnJdate % 1000) - 1
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform