MCPcopy Create free account
hub / github.com/adobe/react-spectrum / toString

Method toString

packages/@internationalized/date/src/CalendarDate.ts:217–219  ·  view source on GitHub ↗

Converts the time to an ISO 8601 formatted string.

()

Source from the content-addressed store, hash-verified

215
216 /** Converts the time to an ISO 8601 formatted string. */
217 toString(): string {
218 return timeToString(this);
219 }
220
221 /**
222 * Compares this time with another. A negative result indicates that this time is before the given

Callers

nothing calls this directly

Calls 1

timeToStringFunction · 0.90

Tested by

no test coverage detected