Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DATETIME
Message
From
13/08/2001 14:35:48
 
 
To
13/08/2001 14:20:17
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00543172
Message ID:
00543181
Views:
18
>We have upsized our tables to a SQL server and the DATE columns have been converted to DATETIME data type. This change has annoyed our secretaries and we are looking for a simple solution. I have experimented with FORMAT and INPUTMASK but have not been able to get rid of the time portion of the data.
>
>How is everyone dealing with this change?
>
>…tim

You can use TTOD() to display only the date portion of a datetime var. This is on the VFP client right?

When sending to SQL Server, you can send only the date portion if you don't care about the time.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform