For custom date picker I am using the
https://github.com/squimer/DatePickerDialog-iOS-Swift
its working fine but I need to add two things on this
1.I need to re arrange the components order like date/month/year(i.e 23/05/2016) instead of the month/date/year(i.e 05/23/2016).
2.I need another datepicker object with only two components i.e month/year (may/2016).
How can I achieve this
Thank you in advance