winforms - Setting max date in .NET DateTimePicker causes drop down calendar to show wrong date -


if use .net datetimepicker maximum date set earlier date today when user clicks button calendar drop down calendar defaults first day of current month instead of day selected in control (as correct behaviour).

i believe happening due fact control can't find todays date in available date range. please confirm if true , possibly give me work around?

same behaviour here, looks bug me. far, no workaround unfortunately.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -