4 lines
264 B
PHP
4 lines
264 B
PHP
<!-- demo latetency <?php sleep(2) ?> -->
|
|
<p class="text-muted">Simulating latency with tiny php block on the server-side.</p>
|
|
<p>A timestamp this widget was created: Apr 24, 19:07:07</p>
|
|
<p>A timestamp this widget was updated: <?php echo date("M j, H:i:s") ?></p>
|