I want to retrieve date and time from server and according to it do some thing. For this I used following code:
$info = getdate(); $date = $info[\'mday\']; $
Try this -