How to change X scale bar Format date

In X axis, the date is shown like this:

19 Sep 2013

In API documentation, I’ve found this property:

day_date sets the format for the date in the header of the Week and Units views

It’s a string, but wich are the possibles values?

It says the default value is: “%D, %F %j” , but it change when switch Week/Unit views. Why is it changing?

I would like to show this way both in Week and Unit view, and not to change it:

[Day of Weey], [Day] [Month] [Year]

Thanks

It’s a string, but wich are the possibles values?
docs.dhtmlx.com/scheduler/settings_format.html

If you are using js code for customization - be sure that day_date was configured before createUnitsView call

Thanks,

I solved it, and wrote it in:

viewtopic.php?f=25&t=32805&p=102830#p102830