yawnt
0
Q:

get last month php

$currentMonth = date('M');// if number, then date('m');
//Last month
$lastMonth = Date("F", strtotime("first day of previous month");
$nextMonth = Date("F", strtotime("first day of next month");
3
$a_date = "2009-11-23";
echo date("Y-m-t", strtotime($a_date));
0
//Last month
$lastMonth = Date("F", strtotime("first day of previous month");
$nextMonth = Date("F", strtotime("first day of next month");
0

New to Communities?

Join the community