jbrill Posted July 10, 2007 Share Posted July 10, 2007 i want the variable $currenttime to get the current time so i can use it to store in the data base. would like it to display hour:minute.... how do i do this i know its simple.... Quote Link to comment Share on other sites More sharing options...
suma237 Posted July 10, 2007 Share Posted July 10, 2007 $currenttime=date("H:i:s"); echo "$currenttime"; Quote Link to comment Share on other sites More sharing options...
gevo12321 Posted July 10, 2007 Share Posted July 10, 2007 question which timezone is the time in? Quote Link to comment Share on other sites More sharing options...
jbrill Posted July 10, 2007 Author Share Posted July 10, 2007 vancouver, solved! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.