MCPcopy
hub / github.com/date-fns/date-fns / toString

Method toString

pkgs/tz/src/date/index.js:21–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 toString() {
22 // "Tue Aug 13 2024 07:50:19 GMT+0800 (Singapore Standard Time)";
23 return `${this.toDateString()} ${this.toTimeString()}`;
24 }
25
26 toDateString() {
27 // toUTCString returns RFC 7231 ("Mon, 12 Aug 2024 23:36:08 GMT")

Callers 15

basic.tsFile · 0.45
basic.tsFile · 0.45
samoa.tsFile · 0.45
basic.tsFile · 0.45
sydney.tsFile · 0.45
addLeadingZerosFunction · 0.45
formatDistanceFunction · 0.45
formatDistanceFunction · 0.45
formatDistanceFunction · 0.45
ordinalNumberFunction · 0.45
formatDistanceFunction · 0.45
formatDistanceFunction · 0.45

Calls 2

toDateStringMethod · 0.95
toTimeStringMethod · 0.95

Tested by

no test coverage detected