HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.08k stars 1.03k forks source link

DateTimePicker Date Issue #661

Closed ghost1372 closed 3 years ago

ghost1372 commented 3 years ago

@NaBian DatePicker Shows the correct date (Second in image) But the DateTimePicker does not show the correct date and automatically converts the Gregorian date to Persian But the calendar display is correct Untitled 2

NaBian commented 3 years ago

could you help test this method DatePicker.DateTimeToString

ghost1372 commented 3 years ago

could you help test this method DatePicker.DateTimeToString

Can you give me more information on how/where to test?

I found the cause of the problem I have set the Windows calendar to Persian. For this, DateTimePicker date converted automatically. However, its behavior with DatePicker is different

image