PDF Time Format

Hello,

When I save my Day / Week calendar to pdf using newest extension, the time is formatted weird. See attachment.

Any ideas how to correct this?

Thanks.


Are you using custom template for scale dates?

Yes I am:

scheduler.templates.hour_scale = function(date){ html=""; for (var i=0; i<60/step; i++){ html+="<div style='height:21px;line-height:21px;'>"+format(date)+"</div>"; date = scheduler.date.add(date,step,"minute"); } return html; }

Is there a way to get the best of both worlds?
Thanks!