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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.