Hi, friends. Firstly, sorry for my bad English.

I want to calculate salary between two date which is depending on monthly salary.. Example, monthly salary is 1000 euro. Date interval { 15.02.2022 - 24.04.2022} // I want to calculate in this type ... 14*1000/28 + 1*1000 + 7*1000/30 .... days between two date way is different, because daily way depending on daily salary. In February, daily salary is 1000/28 , in march daily salary is 1000/31 and etc. Please help me.