Thread
:
PhP question: Last month
View Single Post
01-18-2003, 12:46 PM
fletcher
Confirmed User
Join Date: Jan 2003
Location: Austin, TX
Posts: 698
In case you're still having issues:
PHP Code:
$lastMonth
= (((int)
date
(
"m"
) -
1
) >
0
) ? (int)
date
(
"m"
) -
1
:
12
;
__________________
[email protected]
ICQ: 6411138
fletcher
View Public Profile
Visit fletcher's homepage!
Find More Posts by fletcher