I am trying to figure out on how to set my dates to every 15th and end of month only...what i\'m getting so far is only +15 days from my current date.. current date = date t
find 15th: strtotime($month_sched." +14 day");
strtotime($month_sched." +14 day");
find last day of month: strtotime($month_sched." next month - 1 hour");
strtotime($month_sched." next month - 1 hour");
Please try the following code:
Tested.
PHPFiddle