PluginProbe
Uji Countdown / 1.3.2
Uji Countdown v1.3.2
3.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.6.1 1.0.7 1.0.8 1.0.9 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 36 releases
uji-countdown / js / serverTime.php

serverTime.php in Uji Countdown 1.3.2, at js/serverTime.php

4 lines 82 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $now = new DateTime();
3 echo $now->format("M j, Y H:i:s O")."\n";
4 ?>