Преглед на файлове

Adds number to allowed types to formatDate

main
Eric Amodio преди 2 години
родител
ревизия
1cc0f7513a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. +1
    -1
      src/system/date.ts

+ 1
- 1
src/system/date.ts Целия файл

@ -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,

Зареждане…
Отказ
Запис