select all data between two dates using mysql

SELECT *
FROM `product`
WHERE (createdate BETWEEN '2012-11-19 14:15:55' AND '2012-11-29 21:58:43');

Hope enjoy:)

Comments

Popular posts from this blog

php format date string short month

curl service example in php