Open 6gunner opened 7 years ago
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'
DPGlobal.parseDate() function can parse ‘yyyymmdd’ format date;
It will return wrong date like this 'Sun Dec 31 1899 08:00:00 GMT+0800 (中国标准时间)'