Setting Timezones
-
How can I set labels for the timezones? I tried using the information a combination of this, but it doesn’t work:
timezoneList: [
{ value: -300, label: ‘Eastern’},
{ value: -360, label: ‘Central’ },
{ value: -420, label: ‘Mountain’ },
{ value: -480, label: ‘Pacific’ }
]
- The topic ‘Setting Timezones’ is closed to new replies.