Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datetime ()
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Divers
Thread ID:
01346073
Message ID:
01346075
Vues:
11
>I want to do something as:
>
>If thisDatetime > datetime()
>do event01_start
>
>---------------------------------------------------
>
>How can I store value to thisDatetime ?
>
>Can I simply use "01/01/2009" 15:35" ?
>
>system is set to 24hs

Try to use datetime() function with parameters for date and time (see in Help). For date() funciton it's
date(1999,10,1) (year, month, day).

datetime(year, month, day, hour, minute, second)
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform