From f21ddf4de4e8877fdc3cba488d2751cd02951a1c Mon Sep 17 00:00:00 2001 From: Dan Olson Date: Mon, 15 May 2000 19:18:01 +0000 Subject: [PATCH] need 4 digit year --- news_funcs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news_funcs.php b/news_funcs.php index 5fcb3c2..b99af85 100644 --- a/news_funcs.php +++ b/news_funcs.php @@ -18,7 +18,7 @@ echo '

' . + date ("Y", mktime (0,0,0,0,0,$today['year'],0)). '">' . date ("F, Y", mktime (0,0,0,$month,0,$today['year'],0)) . ''; }