Telerik's Scheduler asp.net control got today misspelled. They put it with a lowercase t instead of uppercase T, how can I fix this?
Take a look here for a demo
Telerik's Scheduler asp.net control got today misspelled. They put it with a lowercase t instead of uppercase T, how can I fix this?
Take a look here for a demo
I like Julien Lebosquain's answer better, but for variety here's a CSS solution.
.rsToday { text-transform: capitalize; }