def fmt_date(date): return "%s, week %d, %s" % ( date.isoformat(), date.isocalendar()[1], date.strftime("%A, %B"))