Changeset 16683 for schedule/Module


Ignore:
Timestamp:
06/04/13 15:09:20 (11 years ago)
Author:
tanio
Message:
 
Location:
schedule/Module
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • schedule/Module/Scheduling.php

    r16680 r16683  
    44?>
    55<table width="100%" id="TableHolder" >
    6 
     6<?php echo $_GET['year'],'-',$_GET['month'],'-',$_GET['day'];?>
    77        <tr>
    88                <td width="184" style="border:1px solid white; color:#37DFB1; font-size:14px;" align="center"  >Time</td>
  • schedule/Module/calendar.php

    r16623 r16683  
    104104                                                        year =this.selection.print("%Y").join("\n");   
    105105                             GetData();
     106                                                         getDate(day);
     107                                                         alert(day);
    106108                               
    107109                });
Note: See TracChangeset for help on using the changeset viewer.