Fabric/Fluent UI Datepicker calendar numerical dates are misaligned with the actual days of the week. Screenshot to demonstrate:
^ as can be seen, the highlighted today date is marked September 17th, 2020, under the calendar's Friday column, but this is clearly wrong because September 17th, 2020 is a Thursday.
I have considered this might be due to an error in the actual Date()
object, but that doesn't make sense because that should only cause the date to be wrong, the alignment of calendar numerical date to day of the week should never be misaligned like this, as that is simply wrong no matter what. September 17th, 2020 will always be a Thursday, and not a Friday, no matter what Date()
object you input into the Datepicker.
Is this a bug with the Fabric/Fluent UI Datepicker? Is anyone else getting this behavior, or is there something I might have overlooked?
Many thanks in advance.