summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/tickets/protected/pages/Ticket886.php
blob: 4a989dbb35d7488a3e00ff2f421389a98eee55db (plain)
1
2
3
4
5
6
7
8
<?php
class Ticket886 extends TPage {
	
	public function onButtonClicked($sender, $param) {
		$this->Output->Text = date('Y-m-d', $this->Year->TimeStamp);
	}
	
}