tdphp/td3/15.php
2023-03-06 06:21:44 -08:00

4 lines
93 B
PHP

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