Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date variable
Message
From
15/01/2003 13:28:55
 
 
To
15/01/2003 11:07:46
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00741945
Message ID:
00742034
Views:
14
>What would cause this and how could I fix it?
>
>I am trying to assign a date value to a variable like so:
>
>cWkStart = {16/12/2002 00:00:00}
>
>And when I check the value, cWkStart is blank. I tried set date to dmy, but that doesn't work.
>
>Thanks.
>
>Jolene

You can use this format:
cWkStart = {^2002/12/16 00:00:00}
This will avoid any conflict with the STRICTDATE setting.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform