1 2 3 4 5 6 7 8
<?php class Ticket670 extends TPage { public function clickOk($sender,$param) { $this->lbl->Text=$this->datePicker->getDate(); } }