Month and year control
-
Does anyone know/have any control like calender, but only show month and year. So the user only need to select the month and date. I'm in a hurry and don't want to create my own control. tHanks.
Work hard, Work effectively. Stock Pick
-
Does anyone know/have any control like calender, but only show month and year. So the user only need to select the month and date. I'm in a hurry and don't want to create my own control. tHanks.
Work hard, Work effectively. Stock Pick
If you don't have the day in the date, then the whole calendar paradigm doesn't work. In this case, you're better off with 2 combos. One for month and one for year.
Deja View - the feeling that you've seen this post before.
-
If you don't have the day in the date, then the whole calendar paradigm doesn't work. In this case, you're better off with 2 combos. One for month and one for year.
Deja View - the feeling that you've seen this post before.
Thank for the quick reply. But I'm hoping to find somebody who have made control consisting of two combobox , one for month and one for year.
Work hard, Work effectively. Stock Pick
-
Thank for the quick reply. But I'm hoping to find somebody who have made control consisting of two combobox , one for month and one for year.
Work hard, Work effectively. Stock Pick
To be honest, it'll take you longer to wait for the reply than it would to code it yourself. It's effectively two databound combos, so why not do it yourself.
Deja View - the feeling that you've seen this post before.
-
To be honest, it'll take you longer to wait for the reply than it would to code it yourself. It's effectively two databound combos, so why not do it yourself.
Deja View - the feeling that you've seen this post before.
Well, good idea. I'm starting to doing it by myself. It isn't as hard as I thought it will be. :laugh:
Work hard, Work effectively. Stock Pick
-
Well, good idea. I'm starting to doing it by myself. It isn't as hard as I thought it will be. :laugh:
Work hard, Work effectively. Stock Pick
Yulianto. wrote:
I'm starting to doing it by myself. It isn't as hard as I thought it will be.
That's the spirit. :laugh:
Deja View - the feeling that you've seen this post before.
-
Does anyone know/have any control like calender, but only show month and year. So the user only need to select the month and date. I'm in a hurry and don't want to create my own control. tHanks.
Work hard, Work effectively. Stock Pick
Use a custom format?