simpleDateTime()
function simpleDateTime(date, _debugLocale?): string;
Takes any date as accepted by new Date(x) where x is the date and returns the date as a string in the format yyyy-mm-dd hh:mm:ss
Parameters
| Parameter | Type | Default value |
|---|---|---|
date | ReactorDateType | undefined |
_debugLocale | boolean | false |
Returns
string
Deprecated
use displayDateTime instead