|
This does nothing, So do i use SetDate property in a different way... since i added the month on the Monthly calender.
MessageBox is just my debugger :P
Maybe substring?
|
Thanks for reading
|
|
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bechir BejaouiPosted Sep 12, 2010, 8:40 AM
I m agree with you krishna, so John could refactor his code by introducting an enumeration
enum Months{Jun,Feb,Mar,.........}; to avoid hard coding with strings
krishna vPosted Sep 11, 2010, 9:27 PM
Otherwise create your own month enum .
John SmithPosted Sep 11, 2010, 1:55 PM
Since MonthlyCalender doesn't accept month only for some reason from the DateTime, maybe i should try DateTimePicker.
Bechir BejaouiPosted Sep 11, 2010, 10:07 AM
I have a question why in May if section the code is different?
John SmithPosted Sep 9, 2010, 8:04 PM
Bechir BejaouiPosted Sep 9, 2010, 7:47 PM