Date
extends DateTime
in package
Description of Date.
Tags
Table of Contents
- $isNull : bool
- Support for Null values.
- __construct() : DateTime|false
- AbraFlexi date to PHP DateTime conversion.
- __toString() : string
- Render Object as AbraFlexi::$DateFormat.
Properties
$isNull
Support for Null values.
public
bool
$isNull
= false
Methods
__construct()
AbraFlexi date to PHP DateTime conversion.
public
__construct([string $flexidate = 'NOW' ]) : DateTime|false
Parameters
- $flexidate : string = 'NOW'
-
2017-05-26 or 2017-05-26Z or 2017-05-26+02:00 or "NOW"
Return values
DateTime|false —__toString()
Render Object as AbraFlexi::$DateFormat.
public
__toString() : string