Hello,
AFAIunderstand, the callbacks are javascript based, so if I have
<%= f.calendar_date_select :mydate, :time => false %>
<%= f.text_field :mytime %>
and the :time field is modified _after_ the calendar has been called,
I would have to add server-side logic to add mytime and mydate
together. Right? Or is there a way to connect the two fields client-
side, even if CalendarDateSelect is never instantiated (i.e. the user
manually types in a date into the text field)?
Jens
On May 30, 4:39 pm, Shih-gian Lee <
shih....@gmail.com> wrote:
> Hi Jens,
>
> You can disable the time input fields. You can find out how to do that
> from the demo -
http://electronicholas.com/calendar. As I mentioned in