在 Rails 中使用 datetime_select 的替代方法

发布于 2024-09-10 05:55:40 字数 120 浏览 6 评论 0原文

我不太喜欢使用 datetime_select。我认为它看起来很难看并且在回发时不容易处理。

大多数人如何应对?使用纯文本框并使用 javascript 将输入验证为日期不是更容易吗?我会将其保留为日期时间值。

I'm not such a fan of using datetime_select. I think it renders ugly and isn't easy to deal with on post back.

How do most people deal with it? Wouldn't it be easier to use a plain textbox and use javascript to validate the input as a date? I will be persisting it as a DateTime value.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

菩提树下叶撕阳。 2024-09-17 05:55:40

我使用了带有 jquery 日期选择器的文本框,一切都很好。

I used a text box with a jquery datepicker and all was well in the universe.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文