timestamp equals today


/ Published in: MySQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. WHERE `timestamp` >= CURRENT_DATE
  2. AND `timestamp` < CURRENT_DATE + INTERVAL 1 DAY

URL: http://www.sitepoint.com/forums/mysql-182/mysql-timestamp-today-620528.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.