Change date format in scheduler navigation for kendo ui -


i'm searching possibility change date format of kendo ui scheduler components' navigation bar. in basic exmaple (click here) can see selected time range right next "today" button. don't have space left in website , therefore want change date format eg. "18.08.2014 - 24.08.2014". unfortunately don't see option configure in official api reference...

did overlook or not possible change settings that?

thanks help.

philip

i ran same problem, noticed chrome dev tools there span class="k-lg-date-format" wich displays date see now, , span class="k-sm-date-format" display date shorter mm/dd/yyyy format, display property set none. created stylesheet change display property of first none , second inline. had use !importan because overloaded kendo stylesheet.

.k-sm-date-format {     display: inline !important; }  .k-lg-date-format {     display: none !important; } 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -