I have the following situation, I am display some files from Amazon S3 in an ExtJs grid. The information displayed includes, the Name, the Size, and Last Modified date time. Now the 'LastModified' displays the time in GMT in ISO 8601 format. I am wondering if there is any way for ExtJS to change that time when displaying to the time zone that the given computer is in?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In a grid you can use the datecolumn xtype to render the date as you need it. here is an example:
Date format syntax is spelled out here . For the Timezone attribute 'T' the docs say:
I interpret this as saying the Timezone will be automatically set using the user's locale. |
|||
|
Use the For example, the
Returns:
|
|||
|
|