in reply to Split date range into 3 equal parts
use Delta_Days method to calculate number of days between 2 dates
then divide that figure with 2 or 3 whatever you want(since your post says 3 and the example you have given says 2).
then use Add_Delta_Days method to get the date from intial date to next date and so on....
|
|---|