Advertisement
Shailrshah

Digital Clock

Apr 28th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <body>
  4.         <? php echo date("h:m:s A"); ?>
  5.     </body>
  6. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement