Tuesday, 1 July 2014

GDates - Operations on Dates

Hello everyone.
This Applications operates on dates.

It does two things.

It can find the number of days between two dates; and
It can also find the day of a date.

It does the former by using the built-in datetime module and the latter using Christian Zeller's Congruence Algorithm.

Download the code here: Datafilehost

See my other posts here too.
Keep visiting :-)

Screen-Shots:




 

No comments:

Post a Comment