anjlab / anjlab-widgets

UI Widgets on top of anjlab-bootstrap-rails
MIT License
54 stars 15 forks source link

Use time and datepicker to format to strings #6

Closed DevanB closed 11 years ago

DevanB commented 11 years ago

It appears that I am not able to use the date and time pickers with a column formated as a :string (varchar). Is this correct, or have I missed how to correctly implement it?

I migrated the db to change from string to datetime, and go through the form, but it seems the values aren't being written to the database.

DevanB commented 11 years ago

Scratch that, found the issue.