Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Comments
- Anonymous
June 08, 2016
Splendid ! - Anonymous
June 11, 2016
Dead link to program? returns 404 Not Found - Anonymous
June 12, 2016
Lio, I forgot ? in the url. Thanks.