Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date + Time
Message
 
To
11/07/1996 14:24:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00003785
Message ID:
00003796
Views:
27
>>>>I have two fields (date and time) that I would like to combine to have a datetime field.
>>>>
>>>>I can have the datetime field to be equal to dtot(date) but this will result in a datetime field having the value of the date + 00:00:00.
>>>>
>>>>I would like to syncronize my time field to be part of the datetime field as well
>>>>
>>>use the other function (the one for strings - the name evades me now..must be getting older <s>, either that or the week
>>
>>That would be DTOC().
>No i don't think so
>DTOC is Date to Char
>
>it might be STOT() or something like that - I just don't have
>VFP at hand- i'll look it up in the morn. if noone else would
>
>Arnon

try CTOT(dtoc(date()) + time())...
Previous
Reply
Map
View

Click here to load this message in the networking platform