pog
Newbie
Posts: 1
Registered: 2/18/2003
Member Is Offline
|
| posted on 2/18/2003 at 09:20 AM |
|
|
Start Date problems
I am trying to work with specifying the minimum date for the calendar, when I add a date into param 4 or 5 I get the javascript error unsupported date
format. As I am using cal_format01.js , I have entered the minimum date in the format required dd/mm/yyyy I have also tried swapping this round both
of which dislay the error.
<script language="JavaScript" src="/etc/calendar.js"></script>
<script language="JavaScript" src="/etc/cal_format01.js"></script>
<link rel="stylesheet" href="/etc/calendar.css">
<script language="JavaScript">
new calendar(null, 'avfrm',null,5,'02-10-2003');
</script>
|
|
|
tigra
Administrator
Posts: 1976
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 2/19/2003 at 08:15 AM |
|
|
You should actually provide the date in format supported. In your message:
1. I have entered the minimum date in the format required dd/mm/yyyy
2. new calendar(null, 'avfrm',null,5,'02-10-2003');
|
|
|
|