Hello,

I feel like I must be missing something really obvious.  I have a
DateTimeField setup as apart of a model and it correctly stores the
date and time and I can see this in the admin panel, however, when I
spit out the variable in the template system, it only shows the date.

I'm passing it through the naturalday filter, is this the problem?  If
so, is there a way to do both natural day and have it properly display
the hour?

For example, right now it displays

May 20, 2008.

But I would like it to display

May 20, 2008, 9:43 a.m.


or if it happens to be today, then I would like natural day to change
it to

Today 9:43 a.m.

What am I missing?

Thanks in advance,
mw
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to