Well, I save the date\'s with minutes and second in my database.
And I want to check if the date from my db = to date today.
my db = to date today
I read about this,
SELECT DATE_FORMAT(date_created, '%Y/%m/%d') FROM sometable
sometable