Hi,
Is the best way to achieve this?
Is the best way to achieve this?
Code:
$LastMonth = date("F-Y", date("U") - date("t")*24*60*60 ); echo "$LastMonth";
Comment