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.
我不喜欢使用 datetime_select。我认为它变得丑陋并且在回发时不容易处理。
大多数人是如何应对的?使用纯文本框并使用 javascript 将输入验证为日期不是更容易吗?我将把它保存为 DateTime 值。
我使用了一个带有 jquery datepicker 的文本框,一切都很好。