Explorar el Código

Adds number to allowed types to formatDate

main
Eric Amodio hace 2 años
padre
commit
1cc0f7513a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/system/date.ts

+ 1
- 1
src/system/date.ts Ver fichero

@ -125,7 +125,7 @@ export function fromNow(date: Date, short?: boolean): string {
}
export function formatDate(
date: Date,
date: Date | number,
format: 'full' | 'long' | 'medium' | 'short' | string | null | undefined,
locale?: string,
cache: boolean = true,

Cargando…
Cancelar
Guardar