Dojo datetimepicker 不接受任何事件
我在我的应用程序中使用 dojo dateTimePicker。现在我想限制特定事件的开始日期和结束日期,例如,如果所选期间是当前财务年度,那么我想将 dateTimePicker 的 startDate 值更改为 2010 年 4 月 1 日和 2010 年 4 月 1 日。 lastDate 值到 2011 年 3 月 31 日。我想在 dateTimepicker 的 onchange/onblur 事件上执行此操作,请帮助我,提前致谢。
I am using the dojo dateTimePicker in my application. Now i want to limit its start date and end date on particular event e.g. If the selected period is current finacial year then i want change the startDate value of my dateTimePicker to 1st April 2010 & lastDate value to 31st march 2011. And i want to do that on onchange/onblur event of dateTimepicker, please help me, Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对 struts 一无所知,但 dijit DateTextBox 的工作原理如下:
希望这能让您上路。
I don't know anything about struts but a dijit DateTextBox works something like this:
Hopefully that'll get you on your way.