Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I concatenate a date and a time to make a datetime?
Message
From
29/01/2004 14:50:48
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How do I concatenate a date and a time to make a datetime?
Miscellaneous
Thread ID:
00871983
Message ID:
00871983
Views:
74
Hi there,

I'm working on an application written in VFP 7.0.

I have a class object form for user input, in which the fields can be set up (at runtime) to accept Date, time, char, or logical data, depending on what my app specifies when the user input form is created using CREATEOBJECT. It's working fine. My problem is that I'm returning a date from one field and a time from another one. The date's type is Date and the time's type is Char. I need to use those values to query data in my FoxPro database, and would like to easily concatenate the date and time to make a valid datetime to use in my query.

Any ideas on a quick way to do this?

Thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform