A possibly controvertial change: making bad dates stand out via color in main tables

svn: r10597
This commit is contained in:
Doug Blank
2008-04-19 22:41:48 +00:00
parent 6563af3d7a
commit dfdc81b768
4 changed files with 43 additions and 17 deletions

View File

@ -77,6 +77,10 @@ def get_date(date_base) :
"""
return displayer.display(date_base.get_date_object())
def get_date_valid(date_base):
date_obj = date_base.get_date_object()
return date_obj.get_valid()
def get_quote_date(date_base):
"""
Return a string representation of the date of the DateBase instance.