I have several dates in mysql tables, using those dates I need to find out the number of days in the month. Suppose i have 2003-02-05 it should return 28. for example
SELECT DAY(LAST_DAY(yourdate))