Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build a datetime() variable
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:
01411914
Message ID:
01411926
Vues:
54
Ho Moises,

>cInicial = CTOT( horarios.date + " " + "07:00")

Is the goal to have a datetime variable (tInicial) or a character variable (cInicial)?

tInicial = Dtot(horarios.date )+3600*Val(GetWordNum("07:00",1,":"))+60*Val(GetWordNum("07:00",2,":"))
cInicial = DTOC(horarios.date)+" " + "07:00"
--
Christof
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform