[ Pobierz całość w formacie PDF ]
.//this MUST come after the tabled form which contains the calendar//set calendar to today's datemyDate = new Date();var Month = parseInt(myDate.getMonth());document.calform.elements[1].value = 1900 + myDate.getYear();document.calform.elements[4].value = PadSpaces(Months[Month]);document.calform.elements[43].value = "DziÅ› jest: " +myDate.getDate() + " " + Months[Month].substring(0,3)+ ", " + (1900 + myDate.getYear());FillCalendar();// --></script>
[ Pobierz całość w formacie PDF ]