This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Friday, May 13, 2016
Javascript date add days asp
var strDate =newDate('2016-05-14');strDate.setDate(strDate.getDate()+17);//number of days to add, e.x. 17daysvar dateFormated =strDate.toISOString().substr(0,10);
No comments:
Post a Comment