Just do IT

思うは招く

Rails の日付入力フォームをカレンダー方式で入力したい

date_selectだと選びづらいので、date_fieldを使う。

  .field
    = f.label :birthday
    = f.date_field :birthday