Skip to main content

Posts

Showing posts with the label AllPairs

Minimal test cases to catch bugs in the Calendar Date to Day convertor

  Here’re the fields and respective input values against which the Date to Day convertor can be tested (left-side-table): Month Day Year       Month Day Year 1 1 2010       2 28 2010 2 2 2011       4 29 2011 3 3 2012     12 30 2012 4 4           31   5 5             6 6             ...