I have a Date and Time Picker Control on one of my forms in Access. I have coded it to display the current date and it works. But it displays in the US format. I want it to display in "dd/mm/yyyy" format. I did some code like this.
DT1.Value = Format(DATE, "dd/mm/yyyy")
But it is displayed as 18/00/2003, ie., the month is 00.
How do I go about it? Can anybody help me please?
Thanks in advance.
