arsari / change-date-format

Transform an array of dates into an standard date format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change Date Format

Transform an array of dates with separators:

DD-MM-YYYY, MM-DD-YYYY, YYYY-MM-DD, DD/MM/YYYY, MM/DD/YYYY, YYYY/MM/DD,

into an standard date format of

YYYYMMDD

About

Transform an array of dates into an standard date format

License:MIT License


Languages

Language:JavaScript 100.0%