problem with date() function
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-04-07T13:56:23Z
Indexed on
2010/04/07
14:03 UTC
Read the original article
Hit count: 199
i save in mysql database the time using NOW() function. how can i change the value returned of NOW() function? i want to add 6 hours.
example
if now() returns 2010-04-03 20:16:27, i want to save 2010-04-04 02:16:27
© Stack Overflow or respective owner