How to format a time string
Example output: "defFormat": "d-m-Y", output day-month-year.STRING_MASK-sets a template for displaying a time string, like the date() function in PHP: s-seconds from 00 to 59 (two digits) i-minutes from 00 to 59 (two digits) h — hours in 12-hour format from 01 to 12 (two digits)H — hours in 24-hour format from 00 to … Read more