Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 893 | Rev 895 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 893 Rev 894
Línea 65... Línea 65...
65
    if (isNaN(dateObj)) {
65
    if (isNaN(dateObj)) {
66
      return date
66
      return date
67
    }
67
    }
Línea 68... Línea 68...
68
 
68
 
69
    return new Intl.DateTimeFormat('es', {
69
    return new Intl.DateTimeFormat('es', {
70
      dateStyle: 'short',
70
      dateStyle: 'medium',
71
      timeStyle: allDay ? undefined : 'short',
71
      timeStyle: allDay ? undefined : 'short',
72
      hour12: allDay ? undefined : true
72
      hour12: allDay ? undefined : true
73
    }).format(dateObj)
73
    }).format(dateObj)