Calculates the biweekly date based on From Date following After Date
Sample Input:
BiweeklyFrom ( 9/18/2004 ; 10/1/2004 )
Sample Output:
10/2/2004
Description:
Calculates the next date on or following the "After Date" that falls biweekly from the "From Date". For example, if I get paid biweekly, and I know I got paid on September 04, 2004, the next paycheck following October 1, 2004 will be October 2, 2004.
Note: Calc is more complicated than it would seem to be necessary in order to handle dates that are exactly biweekly increments apart, and "From Dates" that are in the future from "After Dates".
Note: these functions are not guaranteed
or supported by BrianDunning.com. Please contact the individual
developer with any questions or problems.
Instant Messaging for your FileMaker Pro network. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here