search for: publishing_date

Displaying 1 result from an estimated 1 matches for "publishing_date".

2011 Feb 03
1
How to transfer a javascript value into a symbol used in Ruby on Rails
...n is 1.7(if required). I am basically trying to integrate the calendar_date_select plugin in my app. The link/tutorial I am referring is: http://ianli.com/site/HowTo/UseCalendarDateSelectRailsPlugin I am trying to save the date I receive through the date select plugin and store in a rails symbol :publishing_date. I am selecting the date using the calendar_date_select plugin. The selected date gets uploaded into the text field, but I am not sure how to transfer that returned value onto my publishing_date attribute(:publishing_date symbol) of my books table. On manually entering a date I am able to see it...