Jump to content

to find last day of a particular month


sandhya

Recommended Posts

Hi all,

    I "ve a form named schedule.php where i can display the schedule of a particular month as a calender. I"ll get month,year to that form on GET method. using that month & year i"ve to find out the last date of the month. i"ve a code to find last date of the previous month or last month 1 year later or 1 year before like this. but here i want to get for random month. Any suggestions please. Here i'm giving the code line.

 

$endate=date('t',strtotime('-1 month'));//for previous month

        $endate1=date('t',strtotime('+1 month'));//for next month

 

But i need random. can i use a variable in the place '-1 month' or '+1 month'. Please help me.

 

 

Link to comment
https://forums.phpfreaks.com/topic/145883-to-find-last-day-of-a-particular-month/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.