Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add time to date to make DateTime
Message
From
02/02/2017 18:43:43
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01647380
Message ID:
01647383
Views:
41
>Hi,
>
>Say I have a variable that contains a date. I want to add to it the current time and make the value DateTime type.
>How do you do it? TIA
m.Yesterday = DATE() - 1
? VARTYPE(m.yesterday),m.yesterday
m.yesterday = DTOT(m.yesterday) + SECONDS()
? VARTYPE(m.yesterday),m.yesterday
----------------------------------
António Tavares Lopes
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform