MCPcopy
hub / github.com/palantir/blueprint / formatDate

Method formatDate

packages/datetime/src/dateRangeInput.tsx:1005–1011  ·  view source on GitHub ↗
(date: Date)

Source from the content-addressed store, hash-verified

1003 }
1004
1005 private formatDate(date: Date): string {
1006 if (!this.isDateValidAndInRange(date)) {
1007 return "";
1008 }
1009 const { locale, formatDate } = this.props;
1010 return formatDate(date, locale);
1011 }
1012}

Callers 1

DateRangeInputClass · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected