I would like to have the number of months between two dates. I have seen many post on stackoverflow but no one is my case. I would like to have this solution:
From 2017-01-19 to 2017-01-23 = 1 Month
From 2017-01-19 to 2017-02-15 = 2 Months
From 2017-01-30 to 2017-02-28 = 2 Months
From 2017-01-19 to 2019-03-01 = 27 Months
I hope that I was clear