Skip to main content

getDatetimeRuleProcessorDrizzle()

getDatetimeRuleProcessorDrizzle(apiFns: RQBDateTimeLibraryAPI): RuleProcessor

Defined in: getDatetimeRuleProcessorDrizzle.ts:13

Generates a rule processor with date/time features for use by formatQuery with the "drizzle" format. Relative values are materialized and all date/time values are converted to Date objects (Drizzle column operators compare against native Date values).

Parameters

ParameterType
apiFnsRQBDateTimeLibraryAPI

Returns

RuleProcessor


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.