Dates

3 posts by 2 authors in: Forums > CMS Builder
Last Post: June 23, 2011   (RSS)

Re: [rjbathgate] Dates

By Jason - June 23, 2011

Hi,

If your mySQL time is correct, you could use the mysql NOW() function, instead of getting the current time from PHP,

For example:
createdDate = NOW(),



http://dev.mysql.com/doc/refman/5.5/en/date-and-time-functions.html#function_now


Hope this helps
---------------------------------------------------
Jason Sauchuk - Project Manager
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

Re: [Jason] Dates

By rjbathgate - June 23, 2011

perfect, thanks