Re: Date Formating

2009-02-18 Thread ReneMarxis

Solved

Please see
http://groups.google.com/group/django-users/browse_thread/thread/4f19a5e0c9719f53/3ff236709a6d6578#3ff236709a6d6578
--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Date Formating

2009-02-16 Thread ReneMarxis

Hello

i am having some problems getting date-formating running ...

here is some code-snippet i use in my app
http://dpaste.com/121354/

The form shows up ok. If i enter valid data everything is ok. But if i
enter invalid data or none the form will be empty. There is no
validation error showing up, just nothing.
The validation rules are the once entered in DateFormattedTextInput
(format='d.m.Y'). I can check that by entering data only valid for
that formater.

So. Can anyone give me some hint where to look next? I am a little bit
lost.

Or even better: Is there one way to specify date/time/datetime formats
for the whole app? I thought of using technical message ids and
localization, but i was told that will also not work.

Many thanks in advance.


--~--~-~--~~~---~--~~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---