Commit f2133536 by David Ormsbee

Change how we display the start date to be internationally unambiguous.

parent 04d1d0f0
......@@ -39,7 +39,7 @@ class CourseDescriptor(SequenceDescriptor):
@property
def start_date_text(self):
return time.strftime("%m/%d/%y", self.start)
return time.strftime("%b %d, %Y", self.start)
@property
def title(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment