dateMillisecond.php
Table of Contents
Functions
- dateMillisecond() : string
- Returns the millisecond (0–999) of a given date.
Functions
dateMillisecond()
Returns the millisecond (0–999) of a given date.
dateMillisecond([int|string|null $date = null ]) : string
Constructs an AQL expression in the format:
DATE_MILLISECOND(date)
where date can be a numeric timestamp or an ISO 8601 date string.
Parameters
- $date : int|string|null = null
-
Numeric timestamp or ISO 8601 date string. Defaults to
DATE_NOW()if null.
Tags
Return values
string —The AQL expression returning the millisecond.