Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert Unix system time data type
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00525510
Message ID:
00525518
Vues:
11
This message has been marked as the solution to the initial question of the thread.
>I wrote an UDF, but is there a VFP function that converts the number of seconds since Jan 01, 1970 into a date and time?
>
>TIA
ltDateTime = {^1970/01/01 00:00:00} + lnSeconds
ldDate = TTOD(ltDateTime)
lcTime = TOTOC(ltDateTime,2)
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform