Documentation

Date extends DateTime
in package

Description of Date

Tags
author

vitex

Table of Contents

$isNull  : bool
Support for Null values
__construct()  : DateTime
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
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
Return values
string

Search results