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

Method isValidDate

src/utils/IntlWrapper.ts:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236
237 // Utility
238 isValidDate() {
239 return isValidDate(this.date);
240 }
241
242 isNow() {
243 return checkForNow(this.date.getTime());

Callers 6

getRelativeNowTextMethod · 0.95
getPredictionTextMethod · 0.95
getLastTextMethod · 0.95
getDateTimeRangeTextMethod · 0.80

Calls 1

isValidDateFunction · 0.85

Tested by

no test coverage detected