I need to get exit next date of payment of loan:
as loan date: 1-1-2020
loan period: 2 years 5 months
payment date: ? ?
calculating expected date of payment
// calculating next payment date
date("Y-M-D", strtotime(date("2020-1-1")." + 2 years + 2 months"))
New contributor
software dev is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.