Skip to main content

datetimeRuleProcessorSQL()

datetimeRuleProcessorSQL(rule: RuleType<string, string, any, string>, options?: ValueProcessorOptions, meta?: { context: Record<string, any>; processedParams: any[] | Record<string, any>; }): any

formatQuery rule processor for "sql" format using JavaScript Date

Parameters

ParameterType
ruleRuleType<string, string, any, string>
options?ValueProcessorOptions
meta?{ context: Record<string, any>; processedParams: any[] | Record<string, any>; }
meta.context?Record<string, any>
meta.processedParams?any[] | Record<string, any>

Returns

any

Defined in

datetime/src/index.jsdate.ts:31


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.