Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WTF is the significance of {^1906-03-09 22:56:52}? :-)
Message
 
 
À
16/11/2003 23:32:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00848551
Message ID:
00850544
Vues:
13
Nit-pick: there are 86,400 seconds in a day ;-)

O well, some days feels longer than other. :-)
? mySECONDS(), SECONDS()
...
FUNCTION mySeconds(tdBase)
LOCAL ldBase
ldBase = IIF(EMPTY(tdBase), {^2003/01/01}, tdBase)
RETURN (DATE() - ldBase) * 86400 + SECONDS()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform