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? Quote Link to comment Share on other sites More sharing options...
suma237 Posted June 25, 2007 Share Posted June 25, 2007 can you explain the query in detail Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.