Browsing Tag

calculate days in a month

How to calculate days in a month using PHP

If you want to calculate number of days in specific month year then In php there is pre-define function called cal_days_in_month which return the number of days in a month for a given year and calendar. Copy Paste below function in…