Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting the datetime to a time in the future
Message
De
23/05/2006 06:05:13
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01124202
Message ID:
01124208
Vues:
14
>>I have a datetime field named scheduled. I would like to replace the contents of the field with the next time the clock is 9 a.m in the morning. So if the datetime were say 23/05/2006 10:36:42
>>I would like to replace the value with 24/05/2006 09:00:00.
>>
>>Can anybody help me please?
>>
>>Thanks
>
>NewDateTime = DateTimeField + (24*60*60)
>? DATETIME(YEAR(NewDateTime), MONTH(NewDateTime), DAY(NewDateTime),9,0,0)
>
>** or
>NewDateTime = TTOD(DateTimeField) + 1
>? DATETIME(YEAR(NewDateTime), MONTH(NewDateTime), DAY(NewDateTime),9,0,0)
>
I was thinking in the same lines, but then an easier solution "hit me in the head". :-)
?Datetime() -Seconds() + (33*60*60) && 33=24+9
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform