Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date ()
Message
De
26/10/2003 07:13:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00842709
Message ID:
00842710
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform