jquery datetimepicker does not support all format options that Rails
provide.

%z is one of them.
Please redefine your time format in your locale file to something
like:
en:
  time:
    formats:
      default: "%d-%m-%Y %H:%M"

--
Volker


On Sep 23, 9:48 pm, SWEngineer <[email protected]> wrote:
> I used ActiveScaffold to create my Rails application.
>
> After I fill the fields and try to "Create" the new data, I get the
> following:
>
> Request Failed (code 500, Internal Error) Close
>
> I don't know if this is caused by the "Date" field, which its value
> looks like this:
>
> Wed, 15 Sep 2010 00:00:00 %z
>
> And, really don't know what "%z" is, why it appears, and how to remove
> it.
>
> Any ideas on that?
>
> Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails plugin" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/activescaffold?hl=en.

Reply via email to