source:
schedule/function/function.php@
15683
Last change on this file since 15683 was 15683, checked in by , 12 years ago | |
---|---|
File size: 314 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=day + "/" + month + "/" + year; |
8 | $('#save').click(function(){ |
9 | |
10 | |
11 | }); |
12 | </script> |
Note:
See TracBrowser
for help on using the repository browser.