MQL4 Reference Conversion Functions TimeToStr
|
TimeToStrConverts value containing time in seconds that has passed since January 1, 1970, into a string of "yyyy.mm.dd hh:mi" format.
Parameters value [in] Positive amount of seconds that have passed since 00:00, January 1, 1970. mode=TIME_DATE|TIME_MINUTES [in] Optional data output mode can be one or combination of: Returned value String. Example:
See also PrintFormat(), StrToTime(), StringToTime() |