WenchaoD / FSCalendar

A fully customizable iOS calendar library, compatible with Objective-C and Swift
MIT License
10.6k stars 1.94k forks source link

Is it possible to provide custom start date and end date? #1221

Open nabs107 opened 4 years ago

nabs107 commented 4 years ago

I am trying to create a Bikram Sambat Calendar that is used in my country. I have successfully converted the equivalent Bikram Sambat date that is being shown in subtitle.

I want to be able to provide a Start Date and End Date. Forexample: 15/06/2020 as Starting Date and 15/07/2020 as End Date. The final result should show something like this:

Is it possible to achieve something like this?

LeoSnek commented 4 years ago

How about swapping the two dates just in style rather than usage? Set the start and end dates as 1-31 and then add the Bikram Sambat dates to the view but in the style you want.