borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Need Help)Next Topic (Find record, multiple result) New Topic New Poll Post Reply
AndreaVB Forum : Database : Change date format...
Poster Message
johnsonn
Level: Graduate

Registered: 30-12-2007
Posts: 10

Ads by Lake Quincy Media
icon Change date format...

hello,
Is it possible to change the date format of ms access from mm/dd/yyyy to dd/mm/yyyy?

28-01-2008 at 06:38 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1060
icon Re: Change date format...

Hi
You are experiencing the wonders of MSAccess in US style. This is the default display and read format for Access and cannot directly be changed.
What you can do, tho, is change the data where it is displayed (on form or report).
To do so:
Select the control, then view properties, and change output format to Short Date - this will pick up your windows settings.
Note: In my experience Windows settings are generally only used by ADO command objects and not by access when searching for fields in queries. I am sure that if you have a non-english locale (ie. German) you can use US dates still or DEU Dates, so I think the rule is access assumes all dates are in US format, unless it cannot , then it uses the windows locale.
To test:
search for 11/12/2008 in a uk-english locale, and you'll see Nov 12 2008 records (not, dec 11 2008)

Hope this helps,
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

28-01-2008 at 07:43 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Database : Change date format...
Previous Topic (Need Help)Next Topic (Find record, multiple result) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder