question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issues when num-days is less than 7

See original GitHub issue

When 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:open
  • Created 5 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
sirbeaglecommented, Feb 13, 2019

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.

0reactions
sirbeaglecommented, Feb 21, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found