javascript - how to get Previous Day? -


i have date object:

 dateobj = new date(year, month, date[, hours, minutes, seconds, ms] ) 

how dateobj - 1 day ?

dateobj.setdate(dateobj.getdate()-1); 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -