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.
如何将服务器日期设置为 Jquery Datepicker?
因为用户可能会更改他的系统日期并会进行一些操作。我浏览了许多链接,例如:如何自定义 jquery ui 日期选择器?. 这是行不通的。
尝试执行此代码...
$('input').datepicker().datepicker('setDate', '@DateTime.Now.ToString([FORMAT])');