Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get max date
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01652423
Message ID:
01652489
Views:
48
Likes (1)
>>>Sir I am trying to get maximum date from smalldatetime column
>>>For this I am using this command
>>>
>>>
>>>select  max(convert(varchar(10),vou_date,103))as max_date from payments
>>>
>>>
>>>but it is not showing correct date.
>>>
>>>Please see attachment
>>>
>>>Thanks
>>
>>
>>select  max(vou_date) as max_date from payments
>>
>>
>>PS: I don't know why but when I saw your question, I didn't see that Martina already replied.
>
>Thanks Martina, Now your query shows this result
>2017-07-05
>
>Sir I need your little more help
>
>How to convert 2017-07-05 to 05-07-2017 (British date)?
>
>Please help

You don't need it (on MS SQL server). Date is date.

You need set correct input mask on textbox in VFP.

MartinaJ
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform