Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable previous dates from today ... #88

Open
sarath435 opened this issue Nov 27, 2018 · 4 comments
Open

how to disable previous dates from today ... #88

sarath435 opened this issue Nov 27, 2018 · 4 comments

Comments

@sarath435
Copy link

please suggest me....thanks in advance

@raj-qt
Copy link

raj-qt commented Mar 4, 2019

Got same problem, any solution, if yes then let me know.

Thanks

@devanshi318
Copy link

how to not display the previous date? Is there any solution?

@amritaThonge
Copy link

you can use method ->
func WWCalendarTimeSelectorShouldSelectDate(_ selector: WWCalendarTimeSelector, date: Date) -> Bool {

    if date < currentDate{
        
        return true
        
    }

@amritaThonge
Copy link

if you want to disable just return false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants