![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Add 1 Year to current date ?
From: Chung Leong <chernyshevsky@hotmail.com>
Date: Fri Sep 23 2005 - 06:53:22 CEST
If you want to add a year to the current date, then add one to the
Example:
extract(getdate);
|