Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simplest way to create current date 8am?
Message
From
31/10/2008 11:34:52
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01358650
Message ID:
01358669
Views:
37
This message has been marked as the solution to the initial question of the thread.
>Hi everybody,
>
>I want to create a datetime for 8am current date. I can use datetime(year(date()), etc.), but may be there is a quicker way?
>
>Thanks in advance.
try
?dtot(date()) + 60*60*8
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform