is any frappe function for getting number of months between two dates
You can use this:
months=frappe.utils.month_diff(end_date,start_date)
2 Likes
is any frappe function for getting number of months between two dates
You can use this:
months=frappe.utils.month_diff(end_date,start_date)