MCPcopy Index your code
hub / github.com/MALSync/MALSync / setDate

Method setDate

src/utils/IntlWrapper.ts:227–230  ·  view source on GitHub ↗
(date: Date | number | string)

Source from the content-addressed store, hash-verified

225
226 // Setters
227 setDate(date: Date | number | string) {
228 this.date = new Date(date);
229 return this;
230 }
231
232 setLocale(locale: Intl.LocalesArgument) {
233 this.locale = locale;

Callers 2

returnYYYYMMDDFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected