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
Is your feature request related to a problem? Please describe.
When booking a room (and checking the details at the end) or looking at booking details afterwards, an additional calender is needed to find out the day of week. Example:
This is a weekly booking, all 15 occurrences are on Fridays.
The day of week would be nice to have both for the booking details view and the timeline view.
Describe the solution you'd like
It would be nice if the day of week would be shown in addition. This would ease canceling single dates from the timeline view (and finding the correct date) and also help to find out whether the correct day of week was chosen for a weekly booking.
Describe alternatives you've considered
Using a separate calender in addition, but this is of course extra hassle for the users.
Additional context
If I understand the code correctly, currently L is used as format string for the moment data type. I'm not deep into javascript, but it might be sufficient to add the localized, short day of week (i.e. dddd) to the format string?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When booking a room (and checking the details at the end) or looking at booking details afterwards, an additional calender is needed to find out the day of week. Example:
This is a weekly booking, all 15 occurrences are on Fridays.
The day of week would be nice to have both for the booking details view and the timeline view.
Describe the solution you'd like
It would be nice if the day of week would be shown in addition. This would ease canceling single dates from the timeline view (and finding the correct date) and also help to find out whether the correct day of week was chosen for a weekly booking.
Describe alternatives you've considered
Using a separate calender in addition, but this is of course extra hassle for the users.
Additional context
If I understand the code correctly, currently
L
is used as format string for themoment
data type. I'm not deep into javascript, but it might be sufficient to add the localized, short day of week (i.e.dddd
) to the format string?The text was updated successfully, but these errors were encountered: