lib/ezlocale/classes/ezdatetime.php
File containing the eZDateTime class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Package
- lib
- Version
- 4.6.0
\eZDateTime
Package: lib
File containing the eZDateTime class.
- Copyright
- Copyright (C) 1999-2011 eZ Systems AS. All rights reserved.
- License
- eZ Business Use License Agreement Version 2.0
- Version
- 4.6.0
Properties
Methods


adjustDateTime(
$hour, $minute
=
0, $second
=
0, $month
=
0, $day
=
0, $year
=
0
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$hour | ||
$minute | ||
$second | ||
$month | ||
$day | ||
$year |


create(
$hour
=
-1, $minute
=
-1, $second
=
-1, $month
=
-1, $day
=
-1, $year
=
-1
)
:
void
static
Parameters
Name | Type | Description |
---|---|---|
$hour | ||
$minute | ||
$second | ||
$month | ||
$day | ||
$year |


setMDYHMS(
$month, $day, $year, $hour, $min, $sec
=
0
)
:
void
Parameters
Name | Type | Description |
---|---|---|
$month | ||
$day | ||
$year | ||
$hour | ||
$min | ||
$sec |