I'm trying to modify the format for the time, date, and datetime
inputs.

<extend tag="input" for="date">
   <old-input merge include-blank="&true" order="month,day,year" />
</extend>

--  that works

<extend tag="input" for="time">
   <old-input merge include-blank="&true" order="hour,minute" />
</extend>

-- that works


however...

<extend tag="input" for="datetime">
   <old-input merge include-blank="&true"
order="month,day,year,hour,minute" />
</extend>

-- this errors

>> MissingSourceFile (no such file to load -- ruby-debug):
  hobo (0.8.7) taglibs/rapid_forms.dryml:379:in
`input__for_active_support__time_with_zone_without_a95447ec0102'


What I'm really going for here is an input for a datetime with MM/DD/
YYYY HH:MM AM/PM  and HH is 12hr



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to