Possible Duplicate:
In PHP, is there an easy way to get the first and last date of a month?
How can we find First and last day of a date?
I have a date "01/05/2011". i am getting this date dynamically. so i like to know the last day of this date. like '31 or 30 or 28 or 29'.
i want to find it using php...