Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Datetime ()
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01346073
Message ID:
01346075
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform