Using PHP, how to get the Current TIME and DATE of the SERVER?
Thanks,
rex
Current TIME and DATE of the SERVER
Moderator: General Moderators
blue text in this forum is a link
time() takes you to the online manual entry for the time()-function
make use of the manual as often as possible and see if there's something in the user contributed notes that helps you
time() takes you to the online manual entry for the time()-function
probably you're looking for dateDescription
int time ( void)
Returns the current time measured in the number of seconds since the Unix Epoch (January 1 1970 00:00:00 GMT).
make use of the manual as often as possible and see if there's something in the user contributed notes that helps you