Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date ()
Message
From
26/10/2003 07:13:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00842709
Message ID:
00842710
Views:
16
This message has been marked as the solution to the initial question of the thread.
>If I use
>
> replace mydate with date()
>
> It works fine
>
> However if I use
>
> replace mydate with "10/18/2003" it does not
>work
>
> How can I do ?
>
> Moises

Moises,

You are trying to put a character type "10/18/2003" into a date type field. This does not work

You have to provide a date type as in
replace mydate with {^2003/10/18}

or 

replace mydate with date(2003, 10, 18)
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform