Date Formats
Hi;
I pass to grid the following code:
var myData = [['11','0','Primera CLASE (AC)ar','','Ac','La','for me','for me','for me','Primera CLASE','15/03/2005 10:11:08','15','126','126','126','Latente','lat','avi']
,['2','0','tarea 1','','P','La (1)','for me','of me','for me','Al supervisor del empleado enlazado ','15/03/2005 9:08:33','2151','126','126','126','Latente','lat','new']
,['2','0','tarea 2','','P','La (1)','for me','for me','for me','DES_INTERNA ','14/03/2005 13:58:00','2152','126','126','126','Latente','lat','new']
,['2','0','Primera para el orden','','Ac','La','for me','for me',for me','Pruebas de Enlaces ','14/03/2005 10:51:18','2149','126','126','126','Latente','lat','new']
];
but the column of date not appear equal,
samples:
15/03/2005 10:11:08 appear ->> 03/03/2006 10:11
02/03/2005 9:38:54 appear ->> 03/02/2005 9:38
who make changes for appear well?
I need obtain:
02/03/2005 9:38:54 appear ->> 02/03/2005 9:38:54
I pass to grid the following code:
var myData = [['11','0','Primera CLASE (AC)ar','','Ac','La','for me','for me','for me','Primera CLASE','15/03/2005 10:11:08','15','126','126','126','Latente','lat','avi']
,['2','0','tarea 1','','P','La (1)','for me','of me','for me','Al supervisor del empleado enlazado ','15/03/2005 9:08:33','2151','126','126','126','Latente','lat','new']
,['2','0','tarea 2','','P','La (1)','for me','for me','for me','DES_INTERNA ','14/03/2005 13:58:00','2152','126','126','126','Latente','lat','new']
,['2','0','Primera para el orden','','Ac','La','for me','for me',for me','Pruebas de Enlaces ','14/03/2005 10:51:18','2149','126','126','126','Latente','lat','new']
];
but the column of date not appear equal,
samples:
15/03/2005 10:11:08 appear ->> 03/03/2006 10:11
02/03/2005 9:38:54 appear ->> 03/02/2005 9:38
who make changes for appear well?
I need obtain:
02/03/2005 9:38:54 appear ->> 02/03/2005 9:38:54
MIRo
March 15,