Hello. It is necessary on JavaScript (jquery) to determine what date will be after a certain number of days, the date should be of the form dd-mm-yyyy
On php, you can do it like this: date("dmY", strtotime('15 days'));
It is necessary on JavaScript (jquery). I would be grateful for the help.
objNewDate.SetDate(objOldDate.GetDate + varDaysToAdd)- Akinavar datNow = new Date(); strNow = datNow.format("dd-mm-yyy");- Akina