Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Datetime() operations
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01411971
Message ID:
01412054
Vues:
84
This message has been marked as the solution to the initial question of the thread.
>In a table I have a date() not datetime() type
>
>I want to get it into a variable and transform to datetime
>
>Then I need to start at 0 hour to do the operations
>
>example
>
>oginal field: 01/01/2009
>
>I need to transform it in 01/01/2009 00:00
>
>It there an easy way to to it, rather than adding "0000" to the final of the date expression?
m1 = DATE(2009,1,1)
? DTOT(m1)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform