标签: javascript php jquery web-applications
想要在jquery中将日期格式转换为2016年3月16日至2016-03-16
var requestStartDate = new Date(Date.parse(16-Mar-2016)).format("yyyy-MM-dd");
我尝试使用上面的代码,但它无效。