2012-05-24 109 views

回答

5

在C#中,您可以使用DateTime.AddDays並使用-7作爲參數。

更多here

在JavaScript是:

myDate.setDate(myDate.getDate() - 7); 
+0

不,它不在C#中。 –

相關問題