Hello. I would like to add date selection functionality using a calendar icon. Is there a tutorial anywhere I could use? Thanks in advance. Pepe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
calendar_date_select On Dec 20, 10:33 am, pepe <P...-1PhG29ZdMB/g+20BJ0uB2w@public.gmane.org> wrote:> Hello. > > I would like to add date selection functionality using a calendar > icon. Is there a tutorial anywhere I could use? > > Thanks in advance. > > Pepe--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
this is the plugin u need code.google.com/p/calendardateselect/ On Dec 21, 12:24 am, Eric <ericgh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> calendar_date_select > > On Dec 20, 10:33 am, pepe <P...-1PhG29ZdMB/g+20BJ0uB2w@public.gmane.org> wrote: > > > Hello. > > > I would like to add date selection functionality using a calendar > > icon. Is there a tutorial anywhere I could use? > > > Thanks in advance. > > > Pepe--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks a lot, guys. :) Pepe On Dec 21, 11:19 pm, Ram <yourstruly.vi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> this is the plugin u need code.google.com/p/calendardateselect/ > > On Dec 21, 12:24 am, Eric <ericgh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > calendar_date_select > > > On Dec 20, 10:33 am, pepe <P...-1PhG29ZdMB/g+20BJ0uB2w@public.gmane.org> wrote: > > > > Hello. > > > > I would like to add date selection functionality using a calendar > > > icon. Is there a tutorial anywhere I could use? > > > > Thanks in advance. > > > > Pepe--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Francesco Belladonna
2009-Oct-19 21:25 UTC
Re: Calendar icon for date selection functionality
Ram wrote:> this is the plugin u need code.google.com/p/calendardateselect/Well, sorry to "resurrect" this post but I''m not sure on what should I do: if I won''t use that plugin (I would like to use the javascript datepicker from jquery UI), I would like to understand the way on how the plugin "parse" the information for the database. By default, rails receive input of a date from separated fields: how can I do the same?Because I will send informations from a single text field and not through 3 as rails normally do -- Posted via http://www.ruby-forum.com/.
I did this by adding accessor methods to my model which basically translate from what the jquery date select thingy gives me to what the model wants. 2009/10/19, Francesco Belladonna <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>:> > Ram wrote: >> this is the plugin u need code.google.com/p/calendardateselect/ > > Well, sorry to "resurrect" this post but I''m not sure on what should I > do: if I won''t use that plugin (I would like to use the javascript > datepicker from jquery UI), I would like to understand the way on how > the plugin "parse" the information for the database. By default, rails > receive input of a date from separated fields: how can I do the > same?Because I will send informations from a single text field and not > through 3 as rails normally do > -- > Posted via http://www.ruby-forum.com/. > > > >-- Von meinen Mobilgerät aus gesendet