about first question,let's say there are two data: "2019-2-15",'2020-4-5', first I want to know how many days between those 2 data. and I need to know how many days for each month(consider leap year,leap month,solar month,lunar month)
so in this case: "2019-2-15"~'2020-4-5', there should be 13 days for Feb,31 days for March and 5 days for Apr.
how can I achieve this?