You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In your example, you set ng-model="timezone", which will populate the timezone as a string. Any way to retrieve the actual offset of the timezone along?
The text was updated successfully, but these errors were encountered:
No for current version. I used select2 to render the dropdown select box, which wraps a <select> element. Timezone string is the value of <select> options.
In your example, you set
ng-model="timezone"
, which will populate thetimezone
as a string. Any way to retrieve the actual offset of the timezone along?The text was updated successfully, but these errors were encountered: