<?php
// Return current date from the remote server
$date = date('d-m-y h:i:s');
echo $date;