tdphp/td3/15.php

5 lines
93 B
PHP
Raw Normal View History

2023-03-06 15:21:44 +01:00
<?php
// Return current date from the remote server
$date = date('d-m-y h:i:s');
echo $date;