PHPackages                             creame/elementor-datepicker-localization - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. creame/elementor-datepicker-localization

ActiveWordpress-plugin[Localization &amp; i18n](/categories/localization)

creame/elementor-datepicker-localization
========================================

Load current site locale for Elementor form datepicker

1.3.0(5y ago)32204[7 issues](https://github.com/creame/elementor-datepicker-localization/issues)GPL-2.0-or-laterPHPPHP &gt;=5.3

Since Nov 20Pushed 5y ago4 watchersCompare

[ Source](https://github.com/creame/elementor-datepicker-localization)[ Packagist](https://packagist.org/packages/creame/elementor-datepicker-localization)[ Docs](https://github.com/creame/elementor-datepicker-localization)[ RSS](/packages/creame-elementor-datepicker-localization/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (6)Used By (0)

Elementor Datepicker Localization
=================================

[](#elementor-datepicker-localization)

Load current site locale for Elementor form datepicker.

Installation
------------

[](#installation)

#### Composer:

[](#composer)

**Recommended method**, [Roots Bedrock](https://roots.io/bedrock/) and [WP-CLI](http://wp-cli.org/)

```
$ composer require creame/elementor-datepicker-localization
$ wp plugin activate elementor-datepicker-localization
```

#### Manual:

[](#manual)

- Download the [zip file](https://github.com/creame/elementor-datepicker-localization/archive/master.zip)
- Unzip to your sites plugin folder
- Activate via WordPress

#### WP-CLI:

[](#wp-cli)

```
$ wp plugin install https://github.com/creame/elementor-datepicker-localization/archive/master.zip --activate
```

#### Requirements:

[](#requirements)

- [PHP](http://php.net/manual/en/install.php) &gt;= 7.x
- [Wordpress](https://wordpress.org/download/) &gt;= 4.7
- [Elementor](https://wordpress.org/plugins/elementor/) &gt;= 2.x

Usage
-----

[](#usage)

Install, activate and ready!

Filters
-------

[](#filters)

You can change localization language with `'elementor/datepicker/locale'`, change date format with `'elementor/datepicker/format'` and change time picker to 24h format with `'elementor/datepicker/24h'`.

Place on your themes functions.php file.

```
// Example, force 'es' language
add_filter( 'elementor/datepicker/locale', function(){ return 'es'; } );

// Example, change date format to dd/mm/yyyy
add_filter( 'elementor/datepicker/format', function(){ return 'd/m/Y'; } );

// Use 24h format on time input
add_filter( 'elementor/datepicker/24h', '__return_true' );
```

Support
-------

[](#support)

- Follow [@creapuntome](https://twitter.com/creapuntome) on Twitter
- Donate

Changelog
---------

[](#changelog)

### 1.3.0 - 14 Auguts 2020

[](#130---14-auguts-2020)

- Added native HTML output applies date format

### 1.2.0 - 26 November 2019

[](#120---26-november-2019)

- Fix js error when datepickr not exists

### 1.1.0 - 26 November 2019

[](#110---26-november-2019)

- Added 'elementor/datepicker/24h' filter
- Fix date field pattern throws form validation error if change default date format

### 1.0.0 - 20 November 2019

[](#100---20-november-2019)

- Initial release

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~67 days

Total

5

Last Release

2094d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a068c51e67fc1dba1e958b2c2006a60ed3b1f5023d5784bc492ec5fa866aa8bd?d=identicon)[pacotole](/maintainers/pacotole)

---

Top Contributors

[![pacotole](https://avatars.githubusercontent.com/u/1313076?v=4)](https://github.com/pacotole "pacotole (7 commits)")

---

Tags

wordpresslocalizationdatepickerelementorflatpickr

### Embed Badge

![Health badge](/badges/creame-elementor-datepicker-localization/health.svg)

```
[![Health](https://phpackages.com/badges/creame-elementor-datepicker-localization/health.svg)](https://phpackages.com/packages/creame-elementor-datepicker-localization)
```

###  Alternatives

[symfony/intl

Provides access to the localization data of the ICU library

2.6k199.8M1.1k](/packages/symfony-intl)[commerceguys/addressing

Addressing library powered by CLDR and Google's address data.

95430.2M43](/packages/commerceguys-addressing)[gettext/languages

gettext languages with plural rules

7530.3M10](/packages/gettext-languages)[inpsyde/multilingual-press

Simply THE multisite-based free open source plugin for your multilingual websites.

2414.0k1](/packages/inpsyde-multilingual-press)[laurentesc/laravel-subdomain-localization

Subdomain localization support for Laravel

1911.3k](/packages/laurentesc-laravel-subdomain-localization)[wcm/wcm-lang-switch

Adds a button to the admin toolbar. This buttons allows users to seamlessly switch between available languages..

212.0k](/packages/wcm-wcm-lang-switch)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
