Element index for package Date

[ d ] [ g ] [ h ] [ i ] [ m ] [ n ] [ p ] [ r ] [ s ] [ t ] [ w ] [ z ] [ _ ]



'_'

$_day
in file Date.class.php, variable Gumbo_Date::$_day
$_facts_day
in file Date.class.php, variable Gumbo_Date::$_facts_day
$_facts_month
in file Date.class.php, variable Gumbo_Date::$_facts_month
$_holiday
in file Date.class.php, variable Gumbo_Date::$_holiday
$_hour
in file Date.class.php, variable Gumbo_Date::$_hour
$_minute
in file Date.class.php, variable Gumbo_Date::$_minute
$_month
in file Date.class.php, variable Gumbo_Date::$_month
$_orig
in file Date.class.php, variable Gumbo_Date::$_orig
$_second
in file Date.class.php, variable Gumbo_Date::$_second
$_year
in file Date.class.php, variable Gumbo_Date::$_year
_calcDayOfWeek
in file Date.class.php, method Gumbo_Date::_calcDayOfWeek()
    Calculates the current Day of the Week
_calcDayOfYear
in file Date.class.php, method Gumbo_Date::_calcDayOfYear()
    Calculates the Day of the Year
_calcWeekOfYear
in file Date.class.php, method Gumbo_Date::_calcWeekOfYear()
    Calculates the Week of the Year
_change
in file Date.class.php, method Gumbo_Date::_change()
    Changes the particular element by the supplied number
_getOrigStamp
in file Date.class.php, method Gumbo_Date::_getOrigStamp()
    Returns the original time stamp
_parse
in file Date.class.php, method Gumbo_Date::_parse()
    Parses the timestamp into Date components
_setOrigStamp
in file Date.class.php, method Gumbo_Date::_setOrigStamp()
    Sets the original time stamp
__construct
in file Date.class.php, method Gumbo_Date::__construct()
    Constructor
top



'd'

Date.class.php
procedural page Date.class.php
DAYS_IN_LEAP_YEAR
in file Date.class.php, class constant Gumbo_Date::DAYS_IN_LEAP_YEAR
DAYS_IN_WEEK
in file Date.class.php, class constant Gumbo_Date::DAYS_IN_WEEK
DAYS_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::DAYS_IN_YEAR
diff
in file Date.class.php, method Gumbo_Interface_Date::diff()
    Returns the difference from the supplied Date
diff
in file Date.class.php, method Gumbo_Date::diff()
    Returns the difference from the supplied Date
diffDay
in file Date.class.php, method Gumbo_Date::diffDay()
    Returns the number of Days difference
diffDay
in file Date.class.php, method Gumbo_Interface_Date::diffDay()
    Returns the number of Days difference
diffMonth
in file Date.class.php, method Gumbo_Interface_Date::diffMonth()
    Returns the number of Months difference
diffMonth
in file Date.class.php, method Gumbo_Date::diffMonth()
    Returns the number of Months difference
diffWeek
in file Date.class.php, method Gumbo_Interface_Date::diffWeek()
    Returns the number of Weeks difference
diffWeek
in file Date.class.php, method Gumbo_Date::diffWeek()
    Returns the number of Weeks difference
diffYear
in file Date.class.php, method Gumbo_Interface_Date::diffYear()
    Returns the number of Years difference
diffYear
in file Date.class.php, method Gumbo_Date::diffYear()
    Returns the number of Years difference
Date.class.php
procedural page Date.class.php
top



'g'

get
in file Date.class.php, method Gumbo_Interface_Date::get()
    Returns a Date string in predefined format
get
in file Date.class.php, method Gumbo_Date::get()
    Returns a Date string in predefined format
getCentury
in file Date.class.php, method Gumbo_Interface_Date::getCentury()
    Returns the Century
getCentury
in file Date.class.php, method Gumbo_Date::getCentury()
    Returns the Century
getDate
in file Date.class.php, method Gumbo_Interface_Date::getDate()
    Returns a formatted Date string
getDate
in file Date.class.php, method Gumbo_Date::getDate()
    Returns a formatted Date string
getDay
in file Date.class.php, method Gumbo_Date::getDay()
    Returns the Day in the requested format
getDay
in file Date.class.php, method Gumbo_Interface_Date::getDay()
    Returns the Day in the requested format
getHour
in file Date.class.php, method Gumbo_Interface_Date::getHour()
    Returns the Hour in the requested format
getHour
in file Date.class.php, method Gumbo_Date::getHour()
    Returns the Hour in the requested format
getMinute
in file Date.class.php, method Gumbo_Date::getMinute()
    Returns the Minutes in the requested format
getMinute
in file Date.class.php, method Gumbo_Interface_Date::getMinute()
    Returns the Minutes in the requested format
getMonth
in file Date.class.php, method Gumbo_Date::getMonth()
    Returns the Month in the requested format
getMonth
in file Date.class.php, method Gumbo_Interface_Date::getMonth()
    Returns the Month in the requested format
getMonthFacts
in file Date.class.php, method Gumbo_Date::getMonthFacts()
    Returns an array of factual months
getMonthFacts
in file Date.class.php, method Gumbo_Interface_Date::getMonthFacts()
    Returns an array of factual months
getSecond
in file Date.class.php, method Gumbo_Date::getSecond()
    Returns the Seconds in the requested format
getSecond
in file Date.class.php, method Gumbo_Interface_Date::getSecond()
    Returns the Seconds in the requested format
getTime
in file Date.class.php, method Gumbo_Date::getTime()
    Returns a formatted Time string
getTime
in file Date.class.php, method Gumbo_Interface_Date::getTime()
    Returns a formatted Time string
getWeek
in file Date.class.php, method Gumbo_Date::getWeek()
    Returns the Week
getWeek
in file Date.class.php, method Gumbo_Interface_Date::getWeek()
    Returns the Week
getYear
in file Date.class.php, method Gumbo_Interface_Date::getYear()
    Returns the Year requested format
getYear
in file Date.class.php, method Gumbo_Date::getYear()
    Returns the Year requested format
Gumbo_Date
in file Date.class.php, class Gumbo_Date
    Date Class
Gumbo_Interface_Date
in file Date.class.php, class Gumbo_Interface_Date
    Date Interface
top



'h'

HOURS_IN_DAY
in file Date.class.php, class constant Gumbo_Date::HOURS_IN_DAY
HOURS_IN_LEAP_YEAR
in file Date.class.php, class constant Gumbo_Date::HOURS_IN_LEAP_YEAR
HOURS_IN_WEEK
in file Date.class.php, class constant Gumbo_Date::HOURS_IN_WEEK
HOURS_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::HOURS_IN_YEAR
top



'i'

isApril
in file Date.class.php, method Gumbo_Interface_Date::isApril()
    Returns if April
isApril
in file Date.class.php, method Gumbo_Date::isApril()
    Returns if April
isAugust
in file Date.class.php, method Gumbo_Interface_Date::isAugust()
    Returns if August
isAugust
in file Date.class.php, method Gumbo_Date::isAugust()
    Returns if August
isDecember
in file Date.class.php, method Gumbo_Date::isDecember()
    Returns if December
isDecember
in file Date.class.php, method Gumbo_Interface_Date::isDecember()
    Returns if December
isFall
in file Date.class.php, method Gumbo_Interface_Date::isFall()
    Returns if Fall
isFall
in file Date.class.php, method Gumbo_Date::isFall()
    Returns if Fall
isFebruary
in file Date.class.php, method Gumbo_Date::isFebruary()
    Returns if February
isFebruary
in file Date.class.php, method Gumbo_Interface_Date::isFebruary()
    Returns if February
isFriday
in file Date.class.php, method Gumbo_Interface_Date::isFriday()
    Returns if a Friday
isFriday
in file Date.class.php, method Gumbo_Date::isFriday()
    Returns if a Friday
isHoliday
in file Date.class.php, method Gumbo_Interface_Date::isHoliday()
    Returns if the current day is a holiday
isHoliday
in file Date.class.php, method Gumbo_Date::isHoliday()
    Returns if the current day is a holiday
isJanuary
in file Date.class.php, method Gumbo_Date::isJanuary()
    Returns if January
isJanuary
in file Date.class.php, method Gumbo_Interface_Date::isJanuary()
    Returns if January
isJuly
in file Date.class.php, method Gumbo_Interface_Date::isJuly()
    Returns if July
isJuly
in file Date.class.php, method Gumbo_Date::isJuly()
    Returns if July
isJune
in file Date.class.php, method Gumbo_Interface_Date::isJune()
    Returns if June
isJune
in file Date.class.php, method Gumbo_Date::isJune()
    Returns if June
isLeapYear
in file Date.class.php, method Gumbo_Interface_Date::isLeapYear()
    Checks if the current year is a Leap Year
isLeapYear
in file Date.class.php, method Gumbo_Date::isLeapYear()
    Checks if the current year is a Leap Year
isMarch
in file Date.class.php, method Gumbo_Date::isMarch()
    Returns if March
isMarch
in file Date.class.php, method Gumbo_Interface_Date::isMarch()
    Returns if March
isMay
in file Date.class.php, method Gumbo_Interface_Date::isMay()
    Returns if May
isMay
in file Date.class.php, method Gumbo_Date::isMay()
    Returns if May
isMonday
in file Date.class.php, method Gumbo_Interface_Date::isMonday()
    Returns if a Monday
isMonday
in file Date.class.php, method Gumbo_Date::isMonday()
    Returns if a Monday
isNovember
in file Date.class.php, method Gumbo_Interface_Date::isNovember()
    Returns if November
isNovember
in file Date.class.php, method Gumbo_Date::isNovember()
    Returns if November
isOctober
in file Date.class.php, method Gumbo_Interface_Date::isOctober()
    Returns if October
isOctober
in file Date.class.php, method Gumbo_Date::isOctober()
    Returns if October
isSaturday
in file Date.class.php, method Gumbo_Date::isSaturday()
    Returns if a Saturday
isSaturday
in file Date.class.php, method Gumbo_Interface_Date::isSaturday()
    Returns if a Saturday
isSeptember
in file Date.class.php, method Gumbo_Interface_Date::isSeptember()
    Returns if September
isSeptember
in file Date.class.php, method Gumbo_Date::isSeptember()
    Returns if September
isSpring
in file Date.class.php, method Gumbo_Date::isSpring()
    Returns if Spring
isSpring
in file Date.class.php, method Gumbo_Interface_Date::isSpring()
    Returns if Spring
isSummer
in file Date.class.php, method Gumbo_Interface_Date::isSummer()
    Returns if Summer
isSummer
in file Date.class.php, method Gumbo_Date::isSummer()
    Returns if Summer
isSunday
in file Date.class.php, method Gumbo_Date::isSunday()
    Returns if a Sunday
isSunday
in file Date.class.php, method Gumbo_Interface_Date::isSunday()
    Returns if a Sunday
isThursday
in file Date.class.php, method Gumbo_Interface_Date::isThursday()
    Returns if a Thursday
isThursday
in file Date.class.php, method Gumbo_Date::isThursday()
    Returns if a Thursday
isTuesday
in file Date.class.php, method Gumbo_Date::isTuesday()
    Returns if a Tuesday
isTuesday
in file Date.class.php, method Gumbo_Interface_Date::isTuesday()
    Returns if a Tuesday
isWednesday
in file Date.class.php, method Gumbo_Date::isWednesday()
    Returns if a Wednesday
isWednesday
in file Date.class.php, method Gumbo_Interface_Date::isWednesday()
    Returns if a Wednesday
isWeekday
in file Date.class.php, method Gumbo_Date::isWeekday()
    Returns if the current day is on the weekday
isWeekday
in file Date.class.php, method Gumbo_Interface_Date::isWeekday()
    Returns if the current day is on the weekday
isWeekend
in file Date.class.php, method Gumbo_Date::isWeekend()
    Returns if the current day is on the weekend
isWeekend
in file Date.class.php, method Gumbo_Interface_Date::isWeekend()
    Returns if the current day is on the weekend
isWinter
in file Date.class.php, method Gumbo_Interface_Date::isWinter()
    Returns if Winter
isWinter
in file Date.class.php, method Gumbo_Date::isWinter()
    Returns if Winter
top



'm'

meridien
in file Date.class.php, method Gumbo_Interface_Date::meridien()
    Returns the AM/PM time value
meridien
in file Date.class.php, method Gumbo_Date::meridien()
    Returns the AM/PM time value
MINUTES_IN_DAY
in file Date.class.php, class constant Gumbo_Date::MINUTES_IN_DAY
MINUTES_IN_HOUR
in file Date.class.php, class constant Gumbo_Date::MINUTES_IN_HOUR
MINUTES_IN_LEAP_YEAR
in file Date.class.php, class constant Gumbo_Date::MINUTES_IN_LEAP_YEAR
MINUTES_IN_WEEK
in file Date.class.php, class constant Gumbo_Date::MINUTES_IN_WEEK
MINUTES_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::MINUTES_IN_YEAR
MONTHS_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::MONTHS_IN_YEAR
top



'n'

nextDay
in file Date.class.php, method Gumbo_Interface_Date::nextDay()
    Increases the Day
nextDay
in file Date.class.php, method Gumbo_Date::nextDay()
    Increases the Day
nextHour
in file Date.class.php, method Gumbo_Interface_Date::nextHour()
    Increases the Hour
nextHour
in file Date.class.php, method Gumbo_Date::nextHour()
    Increases the Hour
nextMinute
in file Date.class.php, method Gumbo_Date::nextMinute()
    Increases the Minutes
nextMinute
in file Date.class.php, method Gumbo_Interface_Date::nextMinute()
    Increases the Minutes
nextMonth
in file Date.class.php, method Gumbo_Interface_Date::nextMonth()
    Increases the Month by number.
nextMonth
in file Date.class.php, method Gumbo_Date::nextMonth()
    Increases the Month by number.
nextSecond
in file Date.class.php, method Gumbo_Interface_Date::nextSecond()
    Increases the Seconds
nextSecond
in file Date.class.php, method Gumbo_Date::nextSecond()
    Increases the Seconds
nextWeek
in file Date.class.php, method Gumbo_Interface_Date::nextWeek()
    Increases the Week
nextWeek
in file Date.class.php, method Gumbo_Date::nextWeek()
    Increases the Week
nextYear
in file Date.class.php, method Gumbo_Interface_Date::nextYear()
    Increases the Year by number
nextYear
in file Date.class.php, method Gumbo_Date::nextYear()
    Increases the Year by number
top



'p'

prevDay
in file Date.class.php, method Gumbo_Interface_Date::prevDay()
    Decreases the Day
prevDay
in file Date.class.php, method Gumbo_Date::prevDay()
    Decreases the Day
prevHour
in file Date.class.php, method Gumbo_Interface_Date::prevHour()
    Decreases the Hour
prevHour
in file Date.class.php, method Gumbo_Date::prevHour()
    Decreases the Hour
prevMinute
in file Date.class.php, method Gumbo_Date::prevMinute()
    Decreases the Minutes
prevMinute
in file Date.class.php, method Gumbo_Interface_Date::prevMinute()
    Decreases the Minutes
prevMonth
in file Date.class.php, method Gumbo_Interface_Date::prevMonth()
    Decreases the Month
prevMonth
in file Date.class.php, method Gumbo_Date::prevMonth()
    Decreases the Month
prevSecond
in file Date.class.php, method Gumbo_Interface_Date::prevSecond()
    Decreases the Seconds
prevSecond
in file Date.class.php, method Gumbo_Date::prevSecond()
    Decreases the Seconds
prevWeek
in file Date.class.php, method Gumbo_Interface_Date::prevWeek()
    Decreases the Week
prevWeek
in file Date.class.php, method Gumbo_Date::prevWeek()
    Decreases the Week
prevYear
in file Date.class.php, method Gumbo_Interface_Date::prevYear()
    Decreases the Year
prevYear
in file Date.class.php, method Gumbo_Date::prevYear()
    Decreases the Year
top



'r'

reset
in file Date.class.php, method Gumbo_Interface_Date::reset()
    Resets the state to the original time stamp
reset
in file Date.class.php, method Gumbo_Date::reset()
    Resets the state to the original time stamp
top



's'

SECONDS_IN_DAY
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_DAY
SECONDS_IN_HOUR
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_HOUR
SECONDS_IN_LEAP_YEAR
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_LEAP_YEAR
SECONDS_IN_MINUTE
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_MINUTE
SECONDS_IN_WEEK
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_WEEK
SECONDS_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::SECONDS_IN_YEAR
setDate
in file Date.class.php, method Gumbo_Date::setDate()
    Sets the Date values of the object
setDate
in file Date.class.php, method Gumbo_Interface_Date::setDate()
    Sets the Date values of the object
setDateEpoch
in file Date.class.php, method Gumbo_Date::setDateEpoch()
    Sets the Date by the UNIX Epoch
setDateEpoch
in file Date.class.php, method Gumbo_Interface_Date::setDateEpoch()
    Sets the Date by the UNIX Epoch
setDateStamp
in file Date.class.php, method Gumbo_Interface_Date::setDateStamp()
    Sets the Date by a stamp parsed down to yyyymmdd[hhmmss] format
setDateStamp
in file Date.class.php, method Gumbo_Date::setDateStamp()
    Sets the Date by a stamp parsed down to yyyymmdd[hhmmss] format
setDay
in file Date.class.php, method Gumbo_Interface_Date::setDay()
    Sets the Day
setDay
in file Date.class.php, method Gumbo_Date::setDay()
    Sets the Day
setHoliday
in file Date.class.php, method Gumbo_Date::setHoliday()
    Marks the Date as a Holiday
setHoliday
in file Date.class.php, method Gumbo_Interface_Date::setHoliday()
    Marks the Date as a Holiday
setHour
in file Date.class.php, method Gumbo_Interface_Date::setHour()
    Sets the Hour
setHour
in file Date.class.php, method Gumbo_Date::setHour()
    Sets the Hour
setMinute
in file Date.class.php, method Gumbo_Interface_Date::setMinute()
    Sets the Minute
setMinute
in file Date.class.php, method Gumbo_Date::setMinute()
    Sets the Minute
setMonth
in file Date.class.php, method Gumbo_Interface_Date::setMonth()
    Sets the Month
setMonth
in file Date.class.php, method Gumbo_Date::setMonth()
    Sets the Month
setSeconds
in file Date.class.php, method Gumbo_Interface_Date::setSeconds()
    Sets the Seconds
setSeconds
in file Date.class.php, method Gumbo_Date::setSeconds()
    Sets the Seconds
setTime
in file Date.class.php, method Gumbo_Interface_Date::setTime()
    Sets the Time values of object
setTime
in file Date.class.php, method Gumbo_Date::setTime()
    Sets the Time values of object
setYear
in file Date.class.php, method Gumbo_Interface_Date::setYear()
    Sets the Year
setYear
in file Date.class.php, method Gumbo_Date::setYear()
    Sets the Year
top



't'

totalDays
in file Date.class.php, method Gumbo_Interface_Date::totalDays()
    Returns the total days within a month
totalDays
in file Date.class.php, method Gumbo_Date::totalDays()
    Returns the total days within a month
top



'w'

WEEKS_IN_YEAR
in file Date.class.php, class constant Gumbo_Date::WEEKS_IN_YEAR
top



'z'

zeroHour
in file Date.class.php, method Gumbo_Interface_Date::zeroHour()
    Sets the time to the zero hour
zeroHour
in file Date.class.php, method Gumbo_Date::zeroHour()
    Sets the time to the zero hour
top