View previous topic :: View next topic |
Author |
Message |
elvino
Joined: 03 Feb 2008 Posts: 3
|
Posted: Mon Apr 14, 2008 9:33 am Post subject: Can I change in the Calendar the MM-dd-yyyy to dd-MM-yyyy? |
|
|
Hi. In Europe in most of the countries we use this way of writing the dates: day-month-year (or dd-MM-yyyy).
Is there any form to change the way the Calendar shows and prints the dates to dd-MM-yyyy?
My form is "Formulario de Reservas" and it is in this URL: http://www.alnacir.netfirms.com/Formulario-pt-en.html
Thanks.
Elvino |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Tue Apr 15, 2008 10:47 am Post subject: Reply |
|
|
Unfortunately, this is not possible using the myContactForm.com control panel at this time. You may however, get this to work by manually changing the code.
Look for the line of code similar to the following:
Code: |
<a href="#" onclick="cal1x.select(document.contactForm.date21,'anchor21','MM/dd/yyyy'); return false;" title="cal1x.select(document.contactForm.date21,'anchor21','MM/dd/yyyy'); return false;" name="anchor21" id="anchor21"> |
Swap out the bits that say MM/dd/yyyy so that they say dd/mm/yyyy. This should solve the problem.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
elvino
Joined: 03 Feb 2008 Posts: 3
|
Posted: Mon Apr 21, 2008 5:10 am Post subject: |
|
|
Correct, it solved the problem. I had the idea of doing that before I receive your answer. I tried and... bingo! Thanks anyway. |
|
Back to top |
|
 |
|