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.