View previous topic :: View next topic |
Author |
Message |
shanemarsh
Joined: 11 Jul 2009 Posts: 1
|
Posted: Thu Aug 27, 2009 9:28 am Post subject: Date Selector UK format |
|
|
Hello,
Is there anyway to change the date selector format, so that when a user clicks the date on the pop up calendar, it shows as DD MM YYYY as opposed to MM DD YY. I've tried editing the code but to no avail.
Thanks!!
Shane |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Sat Aug 29, 2009 9:09 am Post subject: Reply |
|
|
Yes, this is possible. Look at the source code for your form and find the bit of code that is similar to this:
Code: |
onclick="cal1x.select(document.forms[0].date11,'anchor11','MM/dd/yyyy'); |
Change the MM/dd/yyyy to say dd/MM/yyyy
This should do the trick.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|