mostly the datepicker/calendar works fine, but a couple of issues
meant i couldn't leave it in production (users running iexplorer,
firefox, Chrome and Safari, in 5 countries so far)

- occasionally users managed to create records with blank dates
- sometimes the calendar popup doesn't appear (in iexplorer only i
think)

maybe there's some configuration missing - i'm trying to force all
dates to appear as dd/mm/yy, but they keep appearing in forms as yyyy-
mm-dd and dd/mm/yyyy

i've got the following in application.dryml

<include src="hobo-jquery" plugin="hobo-jquery" />
..
<def tag="view" for="Date"><%= this.strftime("%d/%m/%y") %></def>
<def tag="input" for="Date"><hjq-datepicker dateFormat="dd/mm/yy"
merge/></def>

any thoughts?

-- 
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