source: schedule/function/function.php@ 15681

Last change on this file since 15681 was 15681, checked in by tanio, 13 years ago
File size: 328 bytes
Line 
1 <script type="text/javascript">
2
3 var currentDate = new Date()
4 var day = currentDate.getDate()
5 var month = currentDate.getMonth() + 1
6 var year = currentDate.getFullYear()
7 document.getElementById('day').innerHTML=("<b>" + day + "/" + month + "/" + year + "</b>")
8 $('#save').click(function(){
9
10
11 });
12 </script>
Note: See TracBrowser for help on using the repository browser.