jsdate
Import from "@react-querybuilder/datetime/jsdate" for enhanced date/time support using a custom JavaScript Date-based library.
Variables
| Variable | Description |
|---|---|
| datetimeRuleProcessorCEL | formatQuery rule processor for "cel" format using JavaScript Date |
| datetimeRuleProcessorCypher | formatQuery rule processor for "cypher"/"gql" format using JavaScript Date |
| datetimeRuleProcessorDrizzle | formatQuery rule processor for "drizzle" format |
| datetimeRuleProcessorElasticSearch | formatQuery rule processor for "elasticsearch" format |
| datetimeRuleProcessorGremlin | formatQuery rule processor for "gremlin" format |
| datetimeRuleProcessorJSONata | formatQuery rule processor for "jsonata" format using JavaScript Date |
| datetimeRuleProcessorLDAP | formatQuery rule processor for "ldap" format |
| datetimeRuleProcessorMongoDB | formatQuery rule processor for (deprecated) "mongodb" format |
| datetimeRuleProcessorMongoDBQuery | formatQuery rule processor for "mongodb_query" format using JavaScript Date |
| datetimeRuleProcessorNL | formatQuery rule processor for "natural_language" format using JavaScript Date |
| datetimeRuleProcessorParameterized | formatQuery rule processor for "parameterized"/"parameterized_named" formats |
| datetimeRuleProcessorPrisma | formatQuery rule processor for "prisma" format |
| datetimeRuleProcessorSequelize | formatQuery rule processor for "sequelize" format |
| datetimeRuleProcessorSPARQL | formatQuery rule processor for "sparql" format using JavaScript Date |
| datetimeRuleProcessorSpEL | formatQuery rule processor for "spel" format |
| datetimeRuleProcessorSQL | formatQuery rule processor for "sql" format using JavaScript Date |
| datetimeRuleProcessorTanStackDB | formatQuery rule processor for "tanstack_db" format |
| datetimeValueProcessorANSI | formatQuery value processor for "sql" format ("ansi" preset) using JavaScript Date |
| datetimeValueProcessorMSSQL | formatQuery value processor for "sql" format ("mssql" preset) using JavaScript Date |
| datetimeValueProcessorMySQL | formatQuery value processor for "sql" format ("mysql" preset) using JavaScript Date |
| datetimeValueProcessorOracle | formatQuery value processor for "sql" format ("oracle" preset) using JavaScript Date |
| datetimeValueProcessorPostgreSQL | formatQuery value processor for "sql" format ("postgresql" preset) using JavaScript Date |
| jsonLogicDateTimeOperations | Custom JsonLogic date/time operations using JavaScript Date. |
RQBDateTimeLibraryAPI for JavaScript Date |
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.