Hi,
Let me begin by saying that the jqxScheduler is an awesome tool, in fact i have used a lot of the jq widgets and they are all excellent.
Now getting back to my query.
I am displaying the time scale in a quarter hour format. I want every quarter to be displayed .Is there a way I can show the the time for each time slot as in display 8:00 8:15 8:30 9:00…. instead of just showing the hour values like 8:00 9:00 10:00 and so on.
I tried the following but it didn’t do the trick
views:
[
{ type: ‘dayView’, timeRuler: { scale: ‘hour’, formatString: ‘HH:mm’ }},
{ type: ‘weekView’, timeRuler: { scale: ‘hour’, formatString: ‘HH:mm’ }},
{ type: ‘monthView’, timeRuler: { scale: ‘hour’, formatString: ‘HH:mm’ }},
],
Any help would be great.
Thanks
-Richa