Sundar
Sundar

Reputation: 140

kendo timezone directive in angularjs

I want to select kendo timezone by dropdownlist.I have search kendo-timezone directive in angularjs but i have not found.I want to kendo timezone directive like that "kendo-date-picker(this is timepicker directive in angularjs)".If you have any idea please share me..

Upvotes: 0

Views: 164

Answers (1)

Sundar
Sundar

Reputation: 140

I have solved this problems like that

    <div kendo-timezone-editor ng-model="dataItem.eventTimezone"></div>

Upvotes: 0

Related Questions