Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to subtract hours, minutes, seconds from same?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00394549
Message ID:
00394573
Vues:
13
Can't you use datetime()
ex.

a=datetime() &&returns 19/07/2000 12:00:00
b=datetime() &&returns 19/07/2000 12:01:00
a-b &&returns -60
This will return the diff in seconds.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform