Thanks James but the spaces had been removed
If Spaces it gives template error.
If not it gives the former error
says
AttributeError at /registration/
'FormFieldWrapper' object has no attribute 'month'
had resolved

But not able to change the date format still



I tryed to poke the source code of django

that have a file json.py
at line number 35 their is a class stated as
class DateTimeAwareJSONEncoder(simplejson.JSONEncoder):
    """
    JSONEncoder subclass that knows how to encode date/time types
    """

    DATE_FORMAT = "%Y-%m-%d"
    TIME_FORMAT = "%H:%M:%S"

Does it makes any sense. sience I have already installed the django. I
don't guess that should work here.do i reinstall the django with the
DATE_FORMAT Change to "%d/%m%Y"

?????


Stuck Guys Help me












Although after reading this
http://groups.google.com/group/django-users/browse_thread/thread/f0e7d503401a7186/a20885d604dcad7a?lnk=gst&q=%7Cdate%3A%22Y+m+d%22&rnum=2#a20885d604dcad7a
I changed the date field to datetime field
The

On Mar 15, 12:58 am, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On 3/14/07, mralokkp <[EMAIL PROTECTED]> wrote:
>
> > Could not parse the remainder: |date: "F j Y"
>
> No spaces before or after the bar, no spaces before or after the colon:
>
> {{ somvar|date:"F j y" }}
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."


--~--~---------~--~----~------------~-------~--~----~
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