Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build a datetime() variable
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01411914
Message ID:
01411924
Views:
58
ldDate = {^2009/10/01}
lcTime = "07:00"
? CTOT(TRANSFORM(DTOS(lddate), "@R 9999-99-99") + "T" + lcTime)
>I am trying to build a datetime() variable by joining a pure date field with a character
>
>cInicial = CTOT( horarios.date + " " + "07:00")
>
>I need some help to achieve it, because there are errors
>
>Moises
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform