Simple Date solution...

alexkong2003

Registered User.
Local time
Today, 13:55
Joined
Sep 4, 2006
Messages
95
Hi all,

Please forgive a newbie that asking the stupid question.... i just wonder is that anyway to set the date format to short date with instead of mm/dd/yyyy to dd/mm/yyyy to let the user to keyin?

Thanks alot.
 
I think you need to look at the input mask for the text box
 
thanks for the reply gemma... but what i mean is when i set the format to short date then the user would like to input the date field like "dd/mm/yyyy", but after input the date field always return "mm/dd/yyyy" automatically... so do i have a solution that can make the date return to value "dd/mm/yyyy" ???

Thanks
 
you could make a piece of code that will change the date back on an event such as opening the form
 

Users who are viewing this thread

Back
Top Bottom