Documentation to the tamil.date module in the form of Python Docstrings for the existing functions
An subclass of the datetime.datetime class from the Python Standard library with an extra function strftime_ta which behaves exactly like the strftime function except this returns the strings with Tamil words for months, days and am/pm.
This PR adds
tamil.date
module in the form of Python Docstrings for the existing functionsdatetime.datetime
class from the Python Standard library with an extra functionstrftime_ta
which behaves exactly like thestrftime
function except this returns the strings with Tamil words for months, days and am/pm.