• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Time stamp format

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Time stamp format

    ExtJS sends back a date field in format YYYY-MM-DDTHH:MM:SS when you encode a group of data into an array to pass back to the IBMi. It would be nice if one of the accepted formats was this format instead of just ISO and ISO0. Currently I am looking for a way to tell this command:
    Code:
    Ext.encode(Ext.pluck(win.down('#gEggMultiReceipts').store.getUpdatedRecords(), 'data'))
    to output a date field in a format other than the one shown above.
Working...
X