소스 검색

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,

불러오는 중...
취소
저장