#9132 closed enhancement (wontfix)
Ability to select months instead of days in DateTextBox with MM/yyyy format
Reported by: | vincentastek | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | DateTextBox Month | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
Hi,
I would like to know if it would be possible to have a feature to use dijit DateTextBox? to select only a month and not a day, when having a pattern like MM/yyyy or yyyy-MMM.
In Dojo 1.2.3, it's possible to use such a pattern, but I have to select a day in order to have my month setted in the field. In this case, it could be great to have a simplified pickup interface to select only monthes and not days.
Thanks for your great work,
Vincent
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Like Adam said, we don't want to add this to dijit and I don't think we want to add it to dojox either, as it's a really unusual case. You can however write your own popup class.
comment:3 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
This sounds like you'd want to design an entirely different popupClass rather than use dijit._Calendar. It seems unlikely that would happen in dijit, but it should be possible to write your own and could possibly be something for dojox. dojox.Calendar might have something like this as part of its ui already.