0
在我的Gemfile中使用gem 'calendar_date_select', :git => 'git://github.com/paneq/calendar_date_select.git'
。Rails 3 - 日曆日期選擇Gem - 禁用字段輸入
是否有禁止用戶輸入日期的選項,強制他們使用彈出日曆?由於某些原因,如果他們手工輸入日期,則會存儲錯誤的日期。
這是我的形式:提前
<%= f.calendar_date_select "invoice_date", :index => '1', :time => false, :size => 12 %>
謝謝!