New to Kendo UI for Vue? Start a free 30-day trial

zonesPerGroup

A function that returns all timezones which match the title of the zone.

zonesPerGroup('(GMT+01:00) Amsterdam, Berlin'); // ['Europe/Amsterdam', 'Europe/Berlin'...]

Parameters

group string

The fully qualified zone title. For example, Central Standard Time.

Returns

any[] - Returns the list of all matching timezone names. For example, [America/Chicago, ...].

In this article

Not finding the help you need?