Date Calculator - Small Basic Sample Program
Published Feb 12 2019 05:08 PM 623 Views
Iron Contributor
First published on MSDN on Jun 08, 2016

Authored by Nonki Takahashi


I wrote a date calculator program in Small Basic.  The program ID is JQQ629 .

This program calculates days between two dates.  To calculate days, dates are converted to Julian days.



There are two convert subroutines DateToJD() and JDToDate().  To test these two subroutines, I wrote unit test subroutine UnitTest().  You can see the test if change "False" to "True" in line 9.
Version history
Last update:
‎Feb 12 2019 05:08 PM
Updated by: