Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Add an option to show calendar differently when a month starts on the first day of the week #9

Open
petethepig opened this issue Jan 13, 2016 · 3 comments

Comments

@petethepig
Copy link
Contributor

This is how it's implemented right now. When a month starts on the first day of the week, we show the previous month:
image

We should add an option to hide the previous month:
image

@raviji
Copy link

raviji commented Jan 20, 2016

how to add this in code?

@petethepig
Copy link
Contributor Author

Right now you would need to edit source code, replace this line with just:

if date.isAfter(firstDayOfMonth)

@raviji
Copy link

raviji commented Jan 21, 2016

right now am using daterangepicker.js file, you have suggested in coffee script so bit confusing..

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

No branches or pull requests

2 participants