Changeset 16062


Ignore:
Timestamp:
05/23/13 02:48:33 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/function/function.php

    r16061 r16062  
    2727 
    2828         day = <?php echo $_GET['day'];  ?>;
    29          month = <?php  echo $_GET['month']; ?>;
     29         month = <?php echo $_GET['month']; ?>;
    3030         year = <?php echo $_GET['year']; ?>;
    3131         fullday=day+'-'+month+'-'+year;
     
    4040 ?>
    4141                var currentDate = new Date();
     42                 day = currentDate.getDate();
    4243         month = currentDate.getMonth() + 1;
    4344         year = currentDate.getFullYear();
Note: See TracChangeset for help on using the changeset viewer.