[Date] element index

Package indexes

All elements
a c d g i m s y _
_
top
_is_date
_is_date() in date.class.php
a
top
AddDay
Date::AddDay() in date.class.php
adds given or 1 days to date
c
top
$century
Date::$century in date.class.php
d
top
$day
Date::$day in date.class.php
Date
Date::Date() in date.class.php
Date
Date in date.class.php
Class Date
DATE_EMPTY_IF_NULL
DATE_EMPTY_IF_NULL in date.class.php
date.class.php
date.class.php in date.class.php
g
top
Get
Date::Get() in date.class.php
returns Date as string in ISO-Format (YYYY-MM-DD)
GetAsAmi
Date::GetAsAmi() in date.class.php
returns Date as string in Ami-Format (mm/dd/yyyy)
GetAsDin
Date::GetAsDin() in date.class.php
returns Date as string in DIN-Format (DD.MM.YYYY) if display_null = 1/true and IsNull() it returns 00.00.0000 otherwise an empty string
GetAsIso
Date::GetAsIso() in date.class.php
returns Date as string in ISO-Format (YYYY-MM-DD)
GetAsLcStr
Date::GetAsLcStr() in date.class.php
Returns a string formatted according to the given format string
GetAsStr
Date::GetAsStr() in date.class.php
GetAsTs
Date::GetAsTs() in date.class.php
returns Date as timestamp
GetDay
Date::GetDay() in date.class.php
returns day in month as int
GetDaysInMonth
Date::GetDaysInMonth() in date.class.php
GetLcMonthAbr
Date::GetLcMonthAbr() in date.class.php
returns abbreviated month name according to the current locale
GetMonth
Date::GetMonth() in date.class.php
returns Month as int
GetWeek
Date::GetWeek() in date.class.php
GetWeekDay
Date::GetWeekDay() in date.class.php
GetYear
Date::GetYear() in date.class.php
returns Year as int
i
top
IsBetween
Date::IsBetween() in date.class.php
checks if date is between date1 and date2
IsCurrentMonth
Date::IsCurrentMonth() in date.class.php
checks if date is in current month
IsCurrentWeek
Date::IsCurrentWeek() in date.class.php
checks if date is in current month
IsEq
Date::IsEq() in date.class.php
checks if date is equal to given date
IsFriday
Date::IsFriday() in date.class.php
return true if date is Friday, otherwise false
IsGT
Date::IsGT() in date.class.php
checks if date is greater then given date
IsLE
Date::IsLE() in date.class.php
checks if date is less then or equal to given date
IsLT
Date::IsLT() in date.class.php
checks if date is less then given date
IsNewYear
Date::IsNewYear() in date.class.php
return true if date is first day in year, otherwise false
IsNull
Date::IsNull() in date.class.php
return true if date is not 0 (0000-00-00), otherwise false
IsSaturday
Date::IsSaturday() in date.class.php
return true if date is Sunday, otherwise false
IsSunday
Date::IsSunday() in date.class.php
return true if date is Sunday, otherwise false
IsToday
Date::IsToday() in date.class.php
checks if date is today
m
top
$month
Date::$month in date.class.php
s
top
Set
Date::Set() in date.class.php
Sets date from given date-string, date-object or timestamp-int return true on success, otherwise false
SetDay
Date::SetDay() in date.class.php
SetFromAmi
Date::SetFromAmi() in date.class.php
Sets date from USA-Format (mm/dd/yyy or m/d/yy)
SetFromDin
Date::SetFromDin() in date.class.php
Sets date from DIN-Format (DD.MM.YYYY or D.M.YY)
SetFromIso
Date::SetFromIso() in date.class.php
Sets date from ISO-Format (YYYY-MM-DD)
SetFromTs
Date::SetFromTs() in date.class.php
Sets date from timestamp
SetMonth
Date::SetMonth() in date.class.php
SetToStartOfWeek
Date::SetToStartOfWeek() in date.class.php
Sets date to first day of week
SetYear
Date::SetYear() in date.class.php
y
top
$year
Date::$year in date.class.php
a c d g i m s y _