How to check if date (from date picker) is between two other dates ? objective-c

后端 未结 3 671
醉话见心
醉话见心 2021-01-27 20:49

i\'m trying to get date from UIDatePicker (MM-dd format) and to check if its in the range of two other dates;

i have tried it in so many different ways and i think my mi

3条回答
  •  自闭症患者
    2021-01-27 21:42

    You can add a year (the same one for both) and then get the time from 1970 for instance and then do your comparisons.

提交回复
热议问题