FormatDateTime
Syntax
FormatDateTime(value: number, mode: number = TIME_DATE | TIME_MINUTES): stringParameters
Return Value
Description
TIME_DATE = 1 // Include date component (YYYY.MM.DD)
TIME_MINUTES = 2 // Include time with minutes (HH:MM)
TIME_SECONDS = 4 // Include seconds (SS)Example
Format Specifications
Last updated