dijit.form.datetextbox 中的 Null 或 0 值
我正在使用 Zend_Dojo_Element_DateTextbox AKA dijit.form.datetextbox 的标准输出...我想使用 NULL 或 0 值,但它总是默认为 11/30/1899...是否有一个简单的选项来启用此功能?
I'm using a standard output of Zend_Dojo_Element_DateTextbox AKA dijit.form.datetextbox... I want to use NULL or 0 values, but it always defaults to 11/30/1899... is there a simple option to enable this??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
DateTextBox 接受 NULL 或空字符串...当您插入 0(零)时,它就会搞砸。
DateTextBox accepts a NULL or empty string... it just screws up when you insert a 0 (zero).