如何更改日期选择器日期格式?
默认情况下,datepicker 的格式是 MM/DD/YYYY,我想要它是DD/MM/YYYY,有办法改变吗?
By default, the datepicker's format is MM/DD/YYYY, I would like it to be DD/MM/YYYY, is there a way to change it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://docs.jquery.com/UI/Datepicker#option-dateFormat
http://docs.jquery.com/UI/Datepicker#option-dateFormat
如果您无法将区域设置更改为 DD/MM/YYYY,您可以尝试对日期选择器绑定进行子类化并覆盖
_init
方法。您需要设置以下属性:还可以考虑提交增强请求以使用特性和/或属性覆盖格式。
If you can't change your locale settings to DD/MM/YYYY, you could try subclassing the datepicker binding and overriding the
_init
method. You need to set the following properties:Also consider filing an enhancement request to override the format with an attribute and/or property.