An addon for Plone adding a new Date and Datetime pickers based on react-aria-components.
In Plone 6 the date and datetime fields are rendered using browser native widgets.
This, although modern and useful, may create unexpected results for users of browsers untranslated to user languages, or users editing content in multilingual site.
Check this mockup issue for the exact use case we had in a project.
With this add-on, the date and datetime fields will use a JavaScript based picker localized to the language the content is crated on (according to Plone, no wild guessing of languages :))
See some examples:
Install collective.datepickerpattern adding it to your project dependencies
Go to the add-ons controlpanel and install the product from there.
The JavaScript code under resources folder has been written mostly with assistance of Google Gemini AI.
- An operating system that runs all the requirements mentioned.
- uv
- Make
- Git
- Docker (optional)
-
Clone this repository, then change your working directory.
git clone git@github.com:collective/collective.datepickerpattern.git cd collective.datepickerpattern -
Install this code base.
make install
The project is licensed under GPLv2.
Generated using Cookieplone (0.9.10) and cookieplone-templates (5977d2c) on 2026-02-08 14:45:44.251432. A special thanks to all contributors and supporters!





