Hi!
I want to make an input that can take a string like this "56 9" and that should be interpreted as 1956-09-01, at the moment it's interpreting it as 1956-02-09 (February since that's the month of today). Can I force it to interpret the 9 as the month and not the day? My RadDateInput is configured like this:
DateFormat="yyyy-MM-dd"
DisplayDateFormat="yyyy-MM-dd"
Culture="sv-SE"
Side note: if I type in "56 9 3" it interprets it like 1956-09-03.
I want to make an input that can take a string like this "56 9" and that should be interpreted as 1956-09-01, at the moment it's interpreting it as 1956-02-09 (February since that's the month of today). Can I force it to interpret the 9 as the month and not the day? My RadDateInput is configured like this:
DateFormat="yyyy-MM-dd"
DisplayDateFormat="yyyy-MM-dd"
Culture="sv-SE"
Side note: if I type in "56 9 3" it interprets it like 1956-09-03.
