Hello again
Im working on a form where you can select different dates but I want the date to be in GMT and not the local date so I have to ask if:
echo date('Y-m-d H:i:s'); give the local time or the GMT 0?
Hello again
Im working on a form where you can select different dates but I want the date to be in GMT and not the local date so I have to ask if:
echo date('Y-m-d H:i:s'); give the local time or the GMT 0?
date() returns local time
gmdate() returns GMT
thank you![]()
Bookmarks