Issues when num-days is less than 7
See original GitHub issueWhen num-days
is set to an amount less than 7 on calendar-multi-day, nav-days
should override the force-start-of-week
default. A good example is when num-days
& nav-days
are set to 1. The day/date appears to show the selected date (for example Tuesday, February 12, 2019) but will show the events for the Monday of that week.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Solved if numhours and numdays are numeric variables and ...
If a statement is not valid, explain why not such as incorrect variable name, data type, variable has not been declared or data...
Read more >khan academy programming unit test Flashcards - Quizlet
DISPLAY (SUBSTRING (userBday, 7, 2)). The two procedures below are both intended to return the total number of excess calories eaten in a...
Read more >javascript date + 7 days - Stack Overflow
getDate() + 7 is greater than the last day of the month. ... getDate() + numDays); return dateObj; } var now = new...
Read more >generateToken's expireTime also accept a Date object · Issue ...
While unix timestamps are less common than Date objects, I think the latter isn't really the answer. The npm ecosystem has better reusable ......
Read more >SOLVED: Design a class called NumDays. The class's purpose is to ...
There is no information in the problem. Problem video boys before the storm. It's. ... Two X plus three vibe less extreme is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think this might be related to a bigger problem I’ve been seeing since the last update where the
workingDate
isn’t being carried through to all the components and is causing all sorts of weirdness with display and event dates. I’m looking into it.Okay that makes sense.
force-start-of-week
is defaulting to true when not set which it really shouldn’t be. I’ll give that an update - thanks for following up.