Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 330 Bytes

File metadata and controls

19 lines (12 loc) · 330 Bytes

Usage

parseDate(input, format);

Examples

parseDate("11/02/2023 01:05:47", "dd/mm/yyyy hh:ii:ss");

parseDate("04-14-2023 01:05:47 PM", "mm-dd-yyyy hh:ii:ss A");

parseDate("14/05/2023 01:05", "dd/mm/yyyy hh:ii");

parseDate("2023-06-14 01", "yyyy-mm-dd hh");

parseDate("07-14-2023 PM", "mm-dd-yyyy A");