You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The startDate property from the startDateChange event doesn’t always match the start of the visible grid. It can be set to any date (defaulting to today) and shifts by a day, week, or month depending on the view when using the navigation arrows.
As we can see that it might be misleading, we will work on implementing a feature to show the grid's first visible date more clearly. This improvement is tracked in the backlog item BGSOFUIBALKAN-7274. Thank you for your patience.
We will be investigating that option as well, but we can’t guarantee this feature will make it in. You can calculate the end date using the start date and the known number of cells in the view (e.g., 42 for a month view).
OpenUI5 version: 1.130.1 and 1.120.23 tested
Browser/version (+device/version): any
URL (minimal example if possible):
https://ui5.sap.com/#/entity/sap.m.SinglePlanningCalendar/sample/sap.m.sample.SinglePlanningCalendar
Steps to reproduce the problem:
What is the expected result?
The showed date should be the first day showed by the calendar (in this case Aug 29 2018)
What happens instead?
Aug 09 2018 is showed instead
The text was updated successfully, but these errors were encountered: