gpt4 book ai didi

ruby-on-rails - 将 datetime_select 限制为某个开始时间

转载 作者:行者123 更新时间:2023-12-03 16:20:43 26 4
gpt4 key购买 nike

有没有办法限制 Rails 中的 datetime_select,使其只显示特定的时间,例如所以唯一的选择是下午 5 点到晚上 10 点?目前只有这个:`

<%= f.label :time %><br>
<%= f.datetime_select :time, :minute_step => 30 %>`

最佳答案

这将为您提供下午 5 点到晚上 10 点之间的时间范围

<%= f.datetime_select :time,  minute_step: 30, start_hour: 17, end_hour: 22 %>`

关于ruby-on-rails - 将 datetime_select 限制为某个开始时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35248338/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com