I am in Ethiopia and we have 13 months. 12 of them with 30 days each and 13th month with 5 or 6 days. I want to sort my data by date using the BindingSource
sort method. But to do that, I need to set my date field a date data type. When I set the DataType
to date, I can't enter some values like 13 for the month value and 30 for day value of 2nd month.
What I want is just to make my application accept 13 as a month and 30 as a day for all months, so that I can sort my data by date. Is it possible to do so by setting culture for my application or by some other means?