Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seconds from Date to DateTime
Message
De
10/07/2000 18:57:00
 
 
À
10/07/2000 18:51:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00390540
Message ID:
00390542
Vues:
9
>Hi All,
> Does anyone have, or know of, a function that will return a date/time value given the number of seconds from a specified date?
>
>For example:
>
>Given 100000 seconds from the date of 01/01/90, it would return 01/02/90 03:46:40
>
>Thanks In Advance.
>
>Jon

dVal = DATE()
? DTOT(dVal) + 100000
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform