search for: day_numb

Displaying 2 results from an estimated 2 matches for "day_numb".

Did you mean: day_number
2008 Oct 03
7
form_remote_tag and :with
I am trying to pass the result from a javascript function along with the result from a text_field with form_remote_tag. This is what I have so far, but no go: <% form_remote_tag(:url => {:controller => ''requests'', :action => ''create''}, :with => "''data=''+request()", :update => ''request_sent'' )
2009 Jul 04
1
Date code conversion
Hi, Is there a function that will convert this sort of date code which looks like "years from 1900 + month_number + day_number" with no spaces? As an example Jan. 3rd 2008 would be written as 1080103. Thanks, Mark