Apr 26, 2002 #1 BettyJo50 Technical User Apr 25, 2002 47 US Hi. Could someone please tell me the code on how to get the date and time from the server in PHP (default)? THANK YOU for your help!!
Hi. Could someone please tell me the code on how to get the date and time from the server in PHP (default)? THANK YOU for your help!!
Apr 26, 2002 #2 AnakinPt Programmer Mar 29, 2001 583 PT date("d-m-Y H:i:s" returns the date in the format "dd-mm-yyyy h24:mi:ss"; If you want more, go to http://www.php.net/date Anikin Hugo Alexandre Dias Web-Programmer anikin_jedi@hotmail.com Upvote 0 Downvote
date("d-m-Y H:i:s" returns the date in the format "dd-mm-yyyy h24:mi:ss"; If you want more, go to http://www.php.net/date Anikin Hugo Alexandre Dias Web-Programmer anikin_jedi@hotmail.com