gpt4 book ai didi

html - 使用 simple_form 格式化日期输入

转载 作者:技术小花猫 更新时间:2023-10-29 12:56:30 25 4
gpt4 key购买 nike

我的数据库中有一个date 类型的字段。

这是我正在使用的 View 代码:

# Using 'as: :string' to avoid those three dropdowns rails generates.
= f.input_field :start_date, as: :string, class: 'form-control datepicker'

在保存日期时,我使用一个 jquery 插件显示日历并写入日期,例如:11/05/2013

但是当编辑同一条记录时,输入会填充一个值 2013-05-11

我怎样才能让它变得如此简单_form 实际上尊重我在 en.yml 中定义的日期格式?

最佳答案

这是你需要的:

f.input :my_date,
:as => :string,
:input_html => { :value => localize(f.object.my_date) }

PS:这是谷歌的第一个链接search :)

关于html - 使用 simple_form 格式化日期输入,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19761080/

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