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.
variable目前输出为2013-02-05T16:30:01Z
variable
2013-02-05T16:30:01Z
如何使用 parseDate() 来更改日期的格式?
您可以使用对象日期来定义日期。
var d = new Date('2013-02-05T16:30:01Z');
该变量d现在是一个Date对象,您可以处理所有日期方法。而且我认为 parseDate() 是一个 jQuery UI 方法 ( $.datepicker.parseDate)
d
Date
$.datepicker.parseDate