Guest User

Untitled

a guest
Jan 16th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. echo date("Y-m-dTH:i:s");
  2.  
  3. 2012-10-02T19:12:49
  4.  
  5. <input type="datetime" value="<?php echo date("Y-m-dTH:i:s",$timestamp); ?>"/>
  6.  
  7. value="<?php echo date('c', $timestamp); ?>"
Add Comment
Please, Sign In to add comment