Friday, May 13, 2016

Javascript date add days asp

var strDate = new Date('2016-05-14');
strDate.setDate(strDate.getDate() + 17); //number  of days to add, e.x. 17daysvar dateFormated = strDate.toISOString().substr(0,10);

Tuesday, May 10, 2016

Oracle SQL Developer: How do I copy data with Column Headers from the output Result

Oracle SQL Developer: How do I copy data with Column Headers from the output Result
Shift-Ctrl-C