bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
yyyymmdd can't be parsed
DPGlobal.parseDate() function can parse ‘yyyymmdd’ format date;
It will return wrong date like this 'Sun Dec 31 1899 08:00:00 GMT+0800 (中国标准时间)'
Might be related to #615
same issue #562 and #348
you should try attrbiute ' forceParse:false'