Class cDatatypeDateTime
Datetime datatype class.
- cDatatype
- cDatatypeDateTime
Package: Core\Datatype
Deprecated: 2013-11-17 This class is not longer supported.
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: unknown
Located at classes/datatypes/class.datatype.datetime.php
Deprecated: 2013-11-17 This class is not longer supported.
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: unknown
Located at classes/datatypes/class.datatype.datetime.php
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
string
|
|
public
string
|
|
public
array
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
integer
|
|
public
|
|
public
mixed
|
|
public
|
|
public
|
integer |
FORMAT_UNIX
|
1 |
#
The UNIX Timestamp is the amount of seconds passed since Jan 1 1970 00:00:00 GMT |
integer |
FORMAT_ISO
|
2 |
#
The ISO Date format is CCYY-MM-DD HH:mm:SS |
integer |
FORMAT_LOCALE
|
3 |
#
The locale format, as specified in the CONTENIDO backend |
integer |
FORMAT_LOCALE_TIMEONLY
|
4 |
#
The locale format, as specified in the CONTENIDO backend |
integer |
FORMAT_LOCALE_DATEONLY
|
5 |
#
The locale format, as specified in the CONTENIDO backend |
integer |
FORMAT_MYSQL
|
6 |
#
The MySQL Timestamp is CCYYMMDDHHmmSS |
integer |
FORMAT_CUSTOM
|
99 |
#
Custom format |
integer |
SUNDAY
|
0 |
#
Sunday |
integer |
MONDAY
|
1 |
#
Monday |
integer |
TUESDAY
|
2 |
#
Tuesday |
integer |
WEDNESDAY
|
3 |
#
Wednesday |
integer |
THURSDAY
|
4 |
#
Thursday |
integer |
FRIDAY
|
5 |
#
Friday |
integer |
SATURDAY
|
6 |
#
Saturday |
protected
integer
|
$_iFirstDayOfWeek |
|
$_mDisplayedValue,
$_mValue
|