Thread
:
help me figure out this date thing
View Single Post
09-14-2008, 10:18 PM
#
2
(
permalink
)
Karl
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
php Code:
$iToday
=
time
(
)
;
$iNext
=
strtotime
(
'+3 weeks'
,
$iToday
)
;
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
The Following User Says Thank You to Karl For This Useful Post:
ETbyrne
(09-15-2008)
Karl
View Public Profile
Send a private message to Karl
Find More Posts by Karl