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