Go To Documentation Main IndexMain Index
Go To TIPS, Inc.TIPS Home
is_MDYeqMDYa

is_MDYeqMDYa (routine)

Determine if one date is equal to another date using an actual calendar

Introduced in release: 1.97
Component: Generic
Purpose: Determines if first month, day, year date set is equal to second month, day, year set using an actual calendar.

Results: The value of the function is true (1) if the first date is equal to the second date. The value of the function is false (0) if the first date is not equal to the second date or the inputs contained an error.

Error Conditions: The variable status contains a non zero value upon returning from the function when the inputs contain an error. The errors are:

  500 = invalid day type
 1100 = bad year in date
 1200 = bad month in date
 1300 = bad day in date
 1500 = required date not given

Last Mod Date: 11/08/2000© 2001 TIPS, Inc.Doc Version: 5.0