Changing HeaderDateFormat misaligns columns in week view
Asked by Anonymous
15 years ago.
15 years ago.
Steps to reproduce:
Create a DayPilot Calnedar control and set the HeaderDateFormat using the line:
HeaderDateFormat="dd-MM-yyyy"
View the calendar and the headers no longer align with the columns.
Change the command to:
HeaderDateFormat="dd/MM/yyyy"
and the headers and columns align correctly.
DayPilot