I have a problem subtracting 60 days from the current date on a Unix System. I have tried the following statements:
$time_st= time()-5184000;
$newday_st = date("m/Y",$time_st);
I keep getting a error message:
`(' not expected.
I only need the 4 position year and month returned. Can someone help? Thank you.