Skip to main content

jsdate

Import from "@react-querybuilder/datetime/jsdate" for enhanced date/time support using a custom JavaScript Date-based library.

Variables

VariableDescription
datetimeRuleProcessorCELformatQuery rule processor for "cel" format using JavaScript Date
datetimeRuleProcessorCypherformatQuery rule processor for "cypher"/"gql" format using JavaScript Date
datetimeRuleProcessorDrizzleformatQuery rule processor for "drizzle" format
datetimeRuleProcessorElasticSearchformatQuery rule processor for "elasticsearch" format
datetimeRuleProcessorGremlinformatQuery rule processor for "gremlin" format
datetimeRuleProcessorJSONataformatQuery rule processor for "jsonata" format using JavaScript Date
datetimeRuleProcessorLDAPformatQuery rule processor for "ldap" format
datetimeRuleProcessorMongoDBformatQuery rule processor for (deprecated) "mongodb" format
datetimeRuleProcessorMongoDBQueryformatQuery rule processor for "mongodb_query" format using JavaScript Date
datetimeRuleProcessorNLformatQuery rule processor for "natural_language" format using JavaScript Date
datetimeRuleProcessorParameterizedformatQuery rule processor for "parameterized"/"parameterized_named" formats
datetimeRuleProcessorPrismaformatQuery rule processor for "prisma" format
datetimeRuleProcessorSequelizeformatQuery rule processor for "sequelize" format
datetimeRuleProcessorSPARQLformatQuery rule processor for "sparql" format using JavaScript Date
datetimeRuleProcessorSpELformatQuery rule processor for "spel" format
datetimeRuleProcessorSQLformatQuery rule processor for "sql" format using JavaScript Date
datetimeRuleProcessorTanStackDBformatQuery rule processor for "tanstack_db" format
datetimeValueProcessorANSIformatQuery value processor for "sql" format ("ansi" preset) using JavaScript Date
datetimeValueProcessorMSSQLformatQuery value processor for "sql" format ("mssql" preset) using JavaScript Date
datetimeValueProcessorMySQLformatQuery value processor for "sql" format ("mysql" preset) using JavaScript Date
datetimeValueProcessorOracleformatQuery value processor for "sql" format ("oracle" preset) using JavaScript Date
datetimeValueProcessorPostgreSQLformatQuery value processor for "sql" format ("postgresql" preset) using JavaScript Date
jsonLogicDateTimeOperationsCustom JsonLogic date/time operations using JavaScript Date.
rqbDateTimeLibraryAPIRQBDateTimeLibraryAPI 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.