|
Posted by Tom on 01/02/08 19:52
On Mon, 31 Dec 2007 05:07:22 -0800 (PST), ashore wrote...
>
>Guys, the line below just returned "Dec 07" as the date for one month
>back from today. Hardly life-threatening, but any thoughts?
>
><?php print date("M `y", mktime(0, 0, 0, date("m")-1, date("d"),
>date("Y")));?>
>
>AS
If you're PHP is on a Unix/Linux system, you can use a system command
$date = system('/your/path/date -v-1m');
Tom
--
Newsguy Free Trial Accounts increased to 20 GB
http://newsguy.com/overview.htm
Navigation:
[Reply to this message]
|