Element index for package core_date
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ i ]
[ m ]
[ n ]
[ r ]
[ s ]
[ t ]
[ u ]
[ w ]
[ _ ]
_
- $_Bs_String
- in file Bs_DateUtil.class.php, variable Bs_DateUtil::$_Bs_String
reference to the global pseudostatic Bs_String object.
- $_Bs_String
- in file Bs_Date.class.php, variable Bs_Date::$_Bs_String
reference to the global pseudostatic Bs_String object.
- $_Bs_Date
- in file Bs_Date_PhpUnit.class.php, variable Bs_Date_PhpUnit::$_Bs_Date (subpackage: phpunit)
- __Bs_Date_euDatetimeToUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_euDatetimeToUnixTimestamp() (subpackage: phpunit)
- __Bs_Date_euDatetimeToUsDatetime
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_euDatetimeToUsDatetime() (subpackage: phpunit)
- __Bs_Date_euDateToUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_euDateToUnixTimestamp() (subpackage: phpunit)
- __Bs_Date_formatUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_formatUnixTimestamp() (subpackage: phpunit)
- __Bs_Date_now
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_now() (subpackage: phpunit)
- __Bs_Date_sqlDatetimeToUsDatetime
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_sqlDatetimeToUsDatetime() (subpackage: phpunit)
- __Bs_Date_sqlTimestampToUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_sqlTimestampToUnixTimestamp() (subpackage: phpunit)
- __Bs_Date_timeToUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_timeToUnixTimestamp() (subpackage: phpunit)
- __Bs_Date_usDatetimeToEuDatetime
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_usDatetimeToEuDatetime() (subpackage: phpunit)
- __Bs_Date_usDateToUnixTimestamp
- in file Bs_Date_PhpUnit.class.php, method Bs_Date_PhpUnit::__Bs_Date_usDateToUnixTimestamp() (subpackage: phpunit)
top
top
top
d
- dayOfWeek
- in file Bs_DateUtil.class.php, method Bs_DateUtil::dayOfWeek()
returns the day-of-week number for the given date. 0 means sunday.
top
top
f
- formatArray
- in file Bs_Date.class.php, method Bs_Date::formatArray()
returns a date-array formatted as a date, time or datetime.
- formatEuDatetime
- in file Bs_Date.class.php, method Bs_Date::formatEuDatetime()
returns a eu datetime formatted as any datetime, eg 27.8.1999 13:39:36 -> 1999/08/27 13:39:36 this method makes use of formatUnixTimestamp(), so watch out for the $style options.
- formatSqlDatetime
- in file Bs_Date.class.php, method Bs_Date::formatSqlDatetime()
returns a sql datetime formatted as any datetime, eg 1999-08-27 13:39:36 -> 27.8.1999 13:39:36 this method makes use of formatUnixTimestamp(), so watch out for the $style options.
- formatSqlTimestamp
- in file Bs_Date.class.php, method Bs_Date::formatSqlTimestamp()
returns a mysql timestamp formatted as a datetime, eg 19990827133936 -> 27.08.1999 13:39:36 this method makes use of formatUnixTimestamp(), so watch out for the $style options.
- formatUnixTimestamp
- in file Bs_Date.class.php, method Bs_Date::formatUnixTimestamp()
returns a unix timestamp formatted as a datetime, eg 982591823 -> 19.02.2001 15:10:23.
- formatUsDatetime
- in file Bs_Date.class.php, method Bs_Date::formatUsDatetime()
returns a us datetime formatted as any datetime, eg 1999/08/27 13:39:36 -> 27.08.1999 13:39:36 this method makes use of formatUnixTimestamp(), so watch out for the $style options.
top
g
- getFormatForStyle
- in file Bs_Date.class.php, method Bs_Date::getFormatForStyle()
takes a style definition and returns the format for it. see below.
- getSeparator
- in file Bs_Date.class.php, method Bs_Date::getSeparator()
tries to find the separator used in a date.
top
top
top
n
- now
- in file Bs_Date.class.php, method Bs_Date::now()
returns the current datetime in us style.
top
top
s
- setNow
- in file Bs_DateUtil.class.php, method Bs_DateUtil::setNow()
- sqlDatetimeToEuDatetime
- in file Bs_Date.class.php, method Bs_Date::sqlDatetimeToEuDatetime()
converts a sql datetime into a european datetime
- sqlDatetimeToUnixTimestamp
- in file Bs_Date.class.php, method Bs_Date::sqlDatetimeToUnixTimestamp()
converts a sql datetime into a unix timestamp. eg 2001-02-19 15:10:23 -> 982591823
- sqlDatetimeToUsDatetime
- in file Bs_Date.class.php, method Bs_Date::sqlDatetimeToUsDatetime()
converts a sql datetime into a us datetime eg '2001-02-28 20:54:23' -> '2001/02/28 20:54:23'
- sqlDateToArray
- in file Bs_Date.class.php, method Bs_Date::sqlDateToArray()
converts a sql date into an array.
- sqlDateToEuDate
- in file Bs_Date.class.php, method Bs_Date::sqlDateToEuDate()
converts a sql date into a eu date
- sqlDateToUnixTimestamp
- in file Bs_Date.class.php, method Bs_Date::sqlDateToUnixTimestamp()
converts a sql date into a unix timestamp. eg 2001-02-19 ->
- sqlDateToUsDate
- in file Bs_Date.class.php, method Bs_Date::sqlDateToUsDate()
converts a sql date into a us date
- sqlTimestampToUnixTimestamp
- in file Bs_Date.class.php, method Bs_Date::sqlTimestampToUnixTimestamp()
converts an sql timestamp into a unix timestamp. eg 20010219151023 -> 982591823
- sqlTimeToUnixTimestamp
- in file Bs_Date.class.php, method Bs_Date::sqlTimeToUnixTimestamp()
converts a sql time into a unix timestamp. 15:10:23 ->
top
top
top
top
|
|