A strapi custom field for selecting any timezone based on the moment.js timezones.
A strapi custom field for selecting any timezone based on the moment.js timezones.
To install this plugin, you need to add an NPM dependency to your Strapi application:
1# Using Yarn
2yarn add strapi-plugin-timezone-select
3
4# Or using NPM
5npm install strapi-plugin-timezone-select
Then, you'll need to build your admin panel:
1# Using Yarn
2yarn build
3
4# Or using NPM
5npm run build
After installation you will find the timezone-select at the custom fields section of the content-type builder.
Now you can select any country from the list. The Alpha-2 code of the selected timezone is stored in the database.
This plugin is inspired by Chris Ebert's strapi-plugin-country-select
npm install strapi-plugin-timezone-select
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.