Changeset 16022
- Timestamp:
- 05/22/13 15:15:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/function/function.php
r16020 r16022 26 26 ?> 27 27 28 day = <?php echo $_GET['day']; ?> 29 month = <?php echo $_GET['month']; ?> 30 year = <?php echo $_GET['year']; ?> 28 day = <?php echo $_GET['day']; ?>; 29 month = <?php echo $_GET['month']; ?>; 30 year = <?php echo $_GET['year']; ?>; 31 31 fullday=day+'-'+month+'-'+year; 32 32 … … 39 39 40 40 ?> 41 42 41 43 42 month = currentDate.getMonth() + 1; 44 43 year = currentDate.getFullYear();
Note:
See TracChangeset
for help on using the changeset viewer.