Now

suggest change
SELECT Now();

Shows the current server date and time.

UPDATE `footable` SET mydatefield = Now();

This will update the field mydatefield with current server date and time in server’s configured timezone, e.g.

'2016-07-21 12:00:00'

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents