Class Date

Description
  • copyright:

    2005 JoN

    See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.gnu.org/licenses/gpl.html.

Located in /karibou2/lib/date.class.php (line 11)


	
			
Direct descendents
Class Description
KDate
Variable Summary
mixed $data
Method Summary
Date __construct ([mixed $date = null])
void addSeconds (mixed $sec)
void addSpan (Date_Span $span)
void after (Date $date)
void before (Date $date)
void compare (Date $date1, Date $date2)
void copy (Date $date)
void getDate ([mixed $format = "%Y-%m-%d %T"])
void getDay ()
void getDayOfWeek ()
void getHour ()
void getMinute ()
void getMonth ()
void getMonthName ()
void getNextDay ()
void getPrevDay ()
void getSecond ()
void getTime ()
void getWeekOfYear ()
void getYear ()
void getYearDay ()
void isSameDay (Date $date)
void isToday ()
void setDay (mixed $mday)
void setHour (mixed $hours)
void setMinute (mixed $minutes)
void setMonth (mixed $mon)
void setSecond (mixed $seconds)
void setYear (mixed $year)
void subtractSeconds (mixed $sec)
void subtractSpan (Date_Span $span)
void timecopy (mixed $timestamp)
Variables
mixed $data (line 29)
  • access: protected
Methods
Constructor __construct (line 31)
Date __construct ([mixed $date = null])
addSeconds (line 255)
void addSeconds (mixed $sec)
addSpan (line 266)
void addSpan (Date_Span $span)
after (line 230)
void after (Date $date)
before (line 222)
void before (Date $date)
compare (line 209)
void compare (Date $date1, Date $date2)
copy (line 51)
void copy (Date $date)
getDate (line 69)
void getDate ([mixed $format = "%Y-%m-%d %T"])
getDay (line 106)
void getDay ()
getDayOfWeek (line 176)
void getDayOfWeek ()
getHour (line 122)
void getHour ()
getMinute (line 138)
void getMinute ()
getMonth (line 90)
void getMonth ()
getMonthName (line 200)
void getMonthName ()
getNextDay (line 192)
void getNextDay ()
getPrevDay (line 185)
void getPrevDay ()
getSecond (line 154)
void getSecond ()
getTime (line 65)
void getTime ()
getWeekOfYear (line 180)
void getWeekOfYear ()
getYear (line 74)
void getYear ()
getYearDay (line 171)
void getYearDay ()
isSameDay (line 245)
void isSameDay (Date $date)
isToday (line 239)
void isToday ()
setDay (line 110)
void setDay (mixed $mday)
setHour (line 126)
void setHour (mixed $hours)
setMinute (line 142)
void setMinute (mixed $minutes)
setMonth (line 94)
void setMonth (mixed $mon)
setSecond (line 158)
void setSecond (mixed $seconds)
setYear (line 78)
void setYear (mixed $year)
subtractSeconds (line 260)
void subtractSeconds (mixed $sec)
subtractSpan (line 270)
void subtractSpan (Date_Span $span)
timecopy (line 56)
void timecopy (mixed $timestamp)

Documentation generated on Sat, 17 Feb 2007 02:54:30 +0100 by phpDocumentor 1.3.0RC3