Under Review
Last Updated: 27 Jan 2022 11:43 by ADMIN
Christian Storb
Created on: 06 Sep 2017 09:46
Category: Kendo UI for jQuery
Type: Feature Request
2
Kendo UI Calendar: Timezone should be adjustable
The timezone should be adjustable [e.g. like in Moment Timezone date.tz('Asia/Tokyo')] or today should be accessible/configurable from outside the widget. Currently getToday() always returns the local time. Suggestion: Add the attribute today to the options and change the initialization of var today = new DATE() in getToday() to var today = new DATE(options.today) ...
0 comments