| 1.2 | 1.3 | |
| 2.2 |
- There are two Sprigst Calendars on the page.
Certainly you can use unlimited amount of the calendars - Both the calendars here have default date format
- This example shows interaction of the calendars with other elements of page
Current example's settings
...
//Calendar #1
<script language="JavaScript">
<!--
var SC_SET_0 = {
'appearance': SC_APPEARANCE
}
new sCalendar(SC_SET_0);
//-->
</script>
...
...
//Calendar #2
<script language="JavaScript">
<!--
var SC_SET_1 = {
'appearance': SC_APPEARANCE
}
new sCalendar(SC_SET_1);
//-->
</script>
...
