|
-
Nov 18th, 2003, 05:38 AM
#1
Thread Starter
Hyperactive Member
Date Picker
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|