JKCalendar icon indicating copy to clipboard operation
JKCalendar copied to clipboard

Why not use default class Date in swift?

Open nttri opened this issue 4 years ago • 1 comments

Can you tell me why this lib don't use the default Date class in Swift (you can add extension for class Date), instead you build a custom class JKCalendarDay. What are the benefits of this custom class?

Thank you <3

nttri avatar Sep 23 '19 09:09 nttri

wow I think its a wrapper var selectDay: JKDay = JKDay(date: Date())

jbarros35 avatar Nov 14 '19 10:11 jbarros35