MCPcopy
hub / github.com/flatpickr/flatpickr / minMaxTimeSetter

Function minMaxTimeSetter

src/index.ts:2069–2074  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

2067 });
2068
2069 const minMaxTimeSetter = (type: string) => (val: any) => {
2070 self.config[type === "min" ? "_minTime" : "_maxTime"] = self.parseDate(
2071 val,
2072 "H:i:S"
2073 );
2074 };
2075
2076 Object.defineProperty(self.config, "minTime", {
2077 get: () => self.config._minTime,

Callers 1

parseConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…