/** * (non-PHPdoc) * @see \WinkForm\Input\Input::isPosted() */ public function isPosted() { return $this->monthFrom->isPosted() || $this->monthTo->isPosted(); }
<td align="left"> <img src="images/clock-green-sml.gif"> </td> </tr> <tr> <td align="left" class="clock_off_text" nowrap> End time: </td> <td align="left" nowrap> <? $hourInput = new HourInput("clock_off_time_hour"); $hourInput->create(date("G", $trans_info["end_time"])); ?> : <? $minuteInput = new MinuteInput("clock_off_time_min"); $minuteInput->create(date("i", $trans_info["end_time"])); ?> on <? $monthInput = new MonthInput("clock_off_date_month"); $monthInput->create(date("n", $trans_info["end_time"])); ?> , <? $dayInput= new DayInput("clock_off_date_day"); $dayInput->create(date("d", $trans_info["end_time"])); ?> <input type="text" name="clock_off_date_year" size="4" value="<? echo date("Y", $trans_info["end_time"]); ?>"> </td> <td align="left"> <img src="images/clock-red-sml.gif"> </td> </tr> </table> </td> </tr> <tr>