Changeset 16062
- Timestamp:
- 05/23/13 02:48:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/function/function.php
r16061 r16062 27 27 28 28 day = <?php echo $_GET['day']; ?>; 29 month = <?php 29 month = <?php echo $_GET['month']; ?>; 30 30 year = <?php echo $_GET['year']; ?>; 31 31 fullday=day+'-'+month+'-'+year; … … 40 40 ?> 41 41 var currentDate = new Date(); 42 day = currentDate.getDate(); 42 43 month = currentDate.getMonth() + 1; 43 44 year = currentDate.getFullYear();
Note:
See TracChangeset
for help on using the changeset viewer.