ikr/tv4-formats

Unnecessary moment library, kk-date is more fast.

Closed this issue · 0 comments

if (dateRegExp.test(value) && moment(value, 'YYYY-MM-DD').isValid()) {

change line 15 to;
moment(value, 'YYYY-MM-DD').isValid() ->
new kk_date(value).isValid();

line 25 to;
moment(value).isValid() ->
new kk_date(value).isValid()

kk-date is new library. We start develop kk-date because of moment.js and dayjs slow than kk-date. If you use our library we will be happy for your support.
Thank you.