Timestamp to date
Jump to navigation
Jump to search
Function Syntax
string timestamp_to_date(string outFormat ,int timestamp )
- inFormat is how the output string is formatted.
- dtg is the timestamp to convert.
Converts a UNIX timestamp (in milliseconds) to a date. Full information on SimpleDateFormat here.