Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Rails 的新手,想问下一个问题 - 如何在 reils 中处理日期?例如,我必须询问用户的出生日期。这个有什么特别的宝石吗?(就在标准中,您可以选择 2 月 31 日,这将是常态......)
Ryan bates 也对这个主题进行了精彩的直播。为专业剧集付费是非常值得的!
http://railscasts.com/episodes/213-calendars
试试date_select。或者如果你喜欢 JS,你可以试试 jqueryui.datepicker
date_select
jqueryui
datepicker
欢迎使用 Rails 和 stackoverflow!