Week View customization

I’m using this scheduler only in week view. Currently it shows the day and date (i.e.: Thu, February 9).

Is it possible for it to only show the day (i.e.: Thursday)? If so, what do I need to change?

If that is possible, is it also possible to change the PDF export to this setup as well.

Thanks in advance!

-Rhon

You can change related configuration option
docs.dhtmlx.com/doku.php?id=dhtm … ngs_config

PDF export will reflect client side scheduler ( so format will be changed as well )

Thanks. I’ve made the change and it looks how I wanted it to. In the printout though there is the week listed at the top (i.e.: 5 Feb 2012 - 11 Feb 2012). Is there a way to remove that from the printout?

scheduler.templates.week_date = function(){ return “”; };

will remove the line in question from html and export views.

Many thanks!

-Rhon