2

How to display date with current UTC timezone abbreviation in Angular js. For example I want to display date as SEPTEMBER 2, 2014 3:15 PM PST or SEPTEMBER 2, 2014 3:15 PM IST, etc

1 Answer 1

1

AngularJS only supports 'UTC' timezone. You could refer to this API Reference for details. Instead, you could use other JS library to do this thing. Suggest using moment-timezone.js

Sign up to request clarification or add additional context in comments.

1 Comment

Since version 1.4.0-rc.0 AngularJS supports other timezones too.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.