Year, your Scheduler rocks bottom!
Short question cause i’m trying since hours: How to adress the current viewed date in day_view ?
Would like to customice the day_scale_date but can not adress the actuall date where i am…
For someone who wants to use this also:
scheduler.templates.day_scale_date =function(start,end,ev){
var convert = scheduler.date.date_to_str("%l, %d.%F - %H:%i");
var erg = convert(current.date***);
var temp = “
return temp;
}
Thanks in Advance