Commit d41a9e6693497f34fa423454fde93c724f802c4d

Authored by Benjamin Renard
1 parent f85f44e4

rm ok

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
js/app/views/DownloadUI.js
@@ -24,7 +24,9 @@ Ext.define('amdaUI.DownloadUI', { @@ -24,7 +24,9 @@ Ext.define('amdaUI.DownloadUI', {
24 //New kernel time formats 24 //New kernel time formats
25 timeformatData: [['YYYY-MM-DDThh:mm:ss', 'YYYY-MM-DDThh:mm:ss.ms', 'ISO format with msecs'], 25 timeformatData: [['YYYY-MM-DDThh:mm:ss', 'YYYY-MM-DDThh:mm:ss.ms', 'ISO format with msecs'],
26 ['DD Time', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan : DOY = 0'], 26 ['DD Time', 'YYYYDOYhhmmssms', 'Day-Of-Year, 1 Jan : DOY = 0'],
27 - ['Timestamp', 'Seconds from 1970', 'Total of seconds from the Unix Epoch on January 1st, 1970 at UTC.']], 27 + ['Timestamp', 'Seconds from 1970', 'Total of seconds from the Unix Epoch on January 1st, 1970 at UTC.'],
  28 + ['YYYY MM DD hh mm ss', 'YYYY MM DD hh mm ss ms', 'date with spaces'],
  29 + ['Timestamp-with-milliseconds', 'Seconds from 1970 with ms', 'Total of seconds from the Unix Epoch with milliseconds.']],
28 timeformatTTData: [['Y-m-dTH:i:s', 'YYYY-MM-DDThh:mm:ss']], 30 timeformatTTData: [['Y-m-dTH:i:s', 'YYYY-MM-DDThh:mm:ss']],
29 fileformatData: [['ASCII', 'ASCII'], ['vot', 'VOTable'], ['cdf', 'CDF'], ['json', 'JSON']], 31 fileformatData: [['ASCII', 'ASCII'], ['vot', 'VOTable'], ['cdf', 'CDF'], ['json', 'JSON']],
30 fileformatTTData: [['text', 'plain text'], ['vot', 'VOTable']], 32 fileformatTTData: [['text', 'plain text'], ['vot', 'VOTable']],