ping | index /home/ping/web/bc/date/ping.py |
Provide the Date class, to represent dates in the Western calendar.
Classes | ||||||||||
|
Functions | ||
|
Data | ||
__file__ = './ping.pyc' __name__ = 'ping' mdays = [0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31] months = ['x', 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'] |