Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将“04/09/2013”转换为日期,这样我就可以比较开始日期和结束日期,例如 if (stardate < enddate) { //do this } else {}。我想将其转换为 MM/DD/YYYY 格式。
在 JavaScript 中使用日期非常困难。我强烈推荐你使用 moment.js 库
http://momentjs.com/