How can I find first day of the next month and the remaining days till this day from the present day?
Thank you
You can use the php date method to find the current month and date, and then you would need to have a short list to find how many days in that month and subtract (leap year would require extra work).