# uji-countdown/1.2/js/serverTime.php

Uji Countdown, version 1.2. 4 lines.

- Page: https://pluginprobe.com/plugins/uji-countdown/1.2/code/js/serverTime.php
- Raw: https://pluginprobe.com/plugins/uji-countdown/1.2/raw/js/serverTime.php
- Modified: 2013-07-04T09:07:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/uji-countdown/1.2/code/js/serverTime.php#L10-L20`.

```php
﻿<?php 
$now = new DateTime(); 
echo $now->format("M j, Y H:i:s O")."\n"; 
?>
```
