S
SK
I need to calculate the monthly salary based on the start
and end date of an appointment and the total salary, say
Start=2003/9/1, End=2003/12/19, Total Salary = $3000.
What is the best way to calculate it? I've tried using
DateDiff ("m", [Start], [End]) but the result is not
accurate.
Help is greatly appreciated.
and end date of an appointment and the total salary, say
Start=2003/9/1, End=2003/12/19, Total Salary = $3000.
What is the best way to calculate it? I've tried using
DateDiff ("m", [Start], [End]) but the result is not
accurate.
Help is greatly appreciated.