I have date stored in database in any of the given forms 2020-06-01, 2020-05-01 or 2019-04-01
I want to compare the old date with current date 2020-06-14
And the result should be in days.
Any help please?
PS: I want to do it on php side. but if its possible to do on database side (I am using myslq) please share both ways🙂