Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Date Format

Status
Not open for further replies.

MickeD

Programmer
Feb 20, 2000
54
0
0
Hi,

We are working with .DBF files :(
and date format is dd/mm/yyyy.

also we have a VB app that update DB records
If date format on the computer is mm/dd/yyyy and days value <=12 VB revers days and months values ex. 01-Dec-2000 was stored as 12-Jan-2000.

Is there any method to store date in specified format?
(Not FORMAT() function that return string)

Thanks
 
set the date format in the regional settings to dd/mm/yyyy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top