1

如何根据提供的日期获得给定一周的星期一?

当我这样做BaseDate.parse("last monday");时,我得到一个错误。

InitDate = "29/10/2013" // Some Date
BaseDate = Date.parse(InitDate); // Tue Oct 28 2013 00:00:00 GMT+0000 (GMT Standard Time)  

CurrentWeekMonday = BaseDate.parse("last monday");
//TypeError: Object Wed Nov 28 2012 00:00:00 GMT+0000 (GMT Standard Time) has no method 'parse' 

任何建议都非常感谢。

4

0 回答 0