ChamingaD
ChamingaD

Reputation: 2928

Javascript Timezone Change

I made small JS app using Sencha Touch/ExtJS. It display some date values taken from database. But those date get changed depending on client's time zone.

How can i stop automatic time and date change and display values as i enter ?

Upvotes: 0

Views: 440

Answers (1)

Zain Shaikh
Zain Shaikh

Reputation: 6043

use moment.js, it handles all kind of timezone issues.

Upvotes: 1

Related Questions