The Little Guy Posted June 25, 2007 Share Posted June 25, 2007 How do I get the total number of days in specific month? if I use date("t"); It will get total number in the current month, say I want 1, 2, 3, or even 100 months into the future. how would I do that? Link to comment https://forums.phpfreaks.com/topic/57040-number-of-days-in-a-month/ Share on other sites More sharing options...
suma237 Posted June 25, 2007 Share Posted June 25, 2007 can you explain the query in detail Link to comment https://forums.phpfreaks.com/topic/57040-number-of-days-in-a-month/#findComment-281810 Share on other sites More sharing options...
drummer101 Posted June 25, 2007 Share Posted June 25, 2007 cal_days_in_month(CAL_GREGORIAN, <# of month>, <numeric year> 1 = January 2 = February etc... Link to comment https://forums.phpfreaks.com/topic/57040-number-of-days-in-a-month/#findComment-281832 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.