Problem setting headerDateformat to pt-br

Asked by Anonymous
9 years ago.

I have set the dp.headerDateFormat to show locale short week day together with date pt-br format

dp = new DayPilot.Calendar("dp");

dp.locale = "pt-br";

dp.headerDateFormat = "ddd - dd/MM/yyyy";

Header show the correct date format, but ddd render using english locale option:

Sun 18/08/2016.

It should show:

Dom 18/08/2016

Can you help me to set it the correct way ?

Comment posted by Anonymous
9 years ago.

Sorry for the Delay..
.
Problem solved with the new version.

Thanks !

This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.