Changeset 16752


Ignore:
Timestamp:
06/06/13 15:28:30 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/calendar.php

    r16751 r16752  
    7676                                                var date= new Date();
    7777                                                var Year=date.getFullYear();
    78                                                 var Day=date.getDay();
    79                                                 var Month=date.getMonth();
     78                                                var Day=date.getDay()+2;
     79                                                var Month=date.getMonth()+1;
    8080                                                <?php
    8181                                                $sqlSched1=mysql_query("SELECT*FROM schedule");
Note: See TracChangeset for help on using the changeset viewer.