diff -r 34187a80d279 -r 3a49a7e23442 templates/task/view.html --- a/templates/task/view.html Sun Feb 28 01:15:15 2010 +0530 +++ b/templates/task/view.html Sun Feb 28 02:07:51 2010 +0530 @@ -6,7 +6,8 @@ {% if task_viewable %}

{{ task.title }}


- created by {{ task.created_by.username }} on {{ task.creation_datetime.ctime }}
+ created by {{ task.created_by.username }} + on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}
{% if is_mentor %}