DateTrait
The command to manage an ArangoDB database.
Table of Contents
Constants
- DEFAULT_DATE_FORMAT = 'Y-m-d\TH:i:s'
- The default date format.
- DEFAULT_TIMEZONE = 'Europe/Paris'
- The default timezone.
- NOW = 'now'
- The default 'now' constant to defines the current date.
Properties
- $dateFormat : string
- The date format of the dates.
- $timezone : string|null
- The timezone of the date to backup the database.
Constants
DEFAULT_DATE_FORMAT
The default date format.
public
mixed
DEFAULT_DATE_FORMAT
= 'Y-m-d\TH:i:s'
DEFAULT_TIMEZONE
The default timezone.
public
mixed
DEFAULT_TIMEZONE
= 'Europe/Paris'
NOW
The default 'now' constant to defines the current date.
public
mixed
NOW
= 'now'
Properties
$dateFormat
The date format of the dates.
public
string
$dateFormat
= 'Y-m-d\TH:i:s'
$timezone
The timezone of the date to backup the database.
public
string|null
$timezone
= 'Europe/Paris'