简体   繁体   中英

SQLite Date Field to JavaScript date object

I have the string

January, 01 1900 00:00:00

coming to me from a SQLite database. What syntax do I use to convert it to a date object in JavaScript?

var date = new Date('January, 01 1900 00:00:00');

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM