Flex 组件仅选择月份和年份
是否有一个扩展 DateChooser 的自定义组件,该组件仅具有月份和年份,但没有日期网格来选择特定日期。我所需要的只是月份和年份,而不是任何特定的日期。如果月份发生变化,我可以使用更改事件来选择该月的第一天
is there a custom component that extends DateChooser that only has the month and year but not the date grid to select a specific day. All i need is the month and year not any specific day. if the month is changed i could use the change event to select the 1st day of that month
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用两个组合框和日期实例创建自定义组件
You can create custom component using two ComboBoxes and Date instance
或者,您可以使用:
http://riaway.wordpress.com/ 2008/11/19/弹性月份选择器/
Alternatively you can use this:
http://riaway.wordpress.com/2008/11/19/flex-month-chooser/