PHPackages                             breadlesscode/neos-localized-date - 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. breadlesscode/neos-localized-date

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

breadlesscode/neos-localized-date
=================================

A small Eel helper for Neos CMS with which you can format Dates localized

v1.0.1(8y ago)025[1 issues](https://github.com/breadlesscode/neos-localized-date/issues)PHP

Since Feb 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/breadlesscode/neos-localized-date)[ Packagist](https://packagist.org/packages/breadlesscode/neos-localized-date)[ RSS](/packages/breadlesscode-neos-localized-date/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Neos localized date
===================

[](#neos-localized-date)

[![Latest Stable Version](https://camo.githubusercontent.com/81ff6144698e712fb4a3cfacbee06f51a6326fde51a9865f9ec05bcbd2c39936/68747470733a2f2f706f7365722e707567782e6f72672f62726561646c657373636f64652f6e656f732d6c6f63616c697a65642d646174652f762f737461626c65)](https://packagist.org/packages/breadlesscode/neos-localized-date)[![Downloads](https://camo.githubusercontent.com/d477ce364ce0bea3ce4f8c8bf4df4a24698f4e0288d9697413088aa57e413c1c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62726561646c657373636f64652f6e656f732d6c6f63616c697a65642d646174652e737667)](https://packagist.org/packages/breadlesscode/neos-localized-date)[![License](https://camo.githubusercontent.com/b00a4e9c18989a66265317bbb5b0052372d609a4aa55263042d349ebbbd43493/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f62726561646c657373636f64652f6e656f732d6c6f63616c697a65642d646174652e737667)](LICENSE)[![GitHub stars](https://camo.githubusercontent.com/f3d10d1ce6ca62576e36f63fab7a2053176a5392e5c07e0f07c53bb081784876/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f62726561646c657373636f64652f6e656f732d6c6f63616c697a65642d646174652e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://github.com/breadlesscode/neos-localized-date/stargazers)[![GitHub watchers](https://camo.githubusercontent.com/ad33cd8a0cdd7bf2da725ace109499d05377f6a9491c25c4cc373e671464f0e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f62726561646c657373636f64652f6e656f732d6c6f63616c697a65642d646174652e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/breadlesscode/neos-localized-date/subscription)

A little Eel helper for date localization.

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

[](#installation)

Most of the time you have to make small adjustments to a package (e.g., the configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site package located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

```
composer require breadlesscode/neos-localized-date --no-update
```

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.

Usage
-----

[](#usage)

The format parameter is using the [strftime()](http://php.net/manual/de/function.strftime.php) format and the locale parameter is optional.

```
    ${ LocalizedDate.format(Date.now(), '%d %B %G', 'de_DE') }

```

Configuration
-------------

[](#configuration)

```
Breadlesscode:
  LocalizedDate:
    defaultLocale: 'de_DE.utf8' # this locale is the default if no locale is given in Eel helper
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity64

Established project with proven stability

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 ~0 days

Total

2

Last Release

3013d ago

### Community

Maintainers

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

---

Tags

datedate-formattingeel-helperneos-cmsneos-plugin

### Embed Badge

![Health badge](/badges/breadlesscode-neos-localized-date/health.svg)

```
[![Health](https://phpackages.com/badges/breadlesscode-neos-localized-date/health.svg)](https://phpackages.com/packages/breadlesscode-neos-localized-date)
```

###  Alternatives

[symfony/translation

Provides tools to internationalize your application

6.6k836.5M2.1k](/packages/symfony-translation)[nesbot/carbon

An API extension for DateTime that supports 281 different languages.

169661.4M4.8k](/packages/nesbot-carbon)[joedixon/laravel-translation

A tool for managing all of your Laravel translations

717911.4k11](/packages/joedixon-laravel-translation)[illuminate/translation

The Illuminate Translation package.

6936.4M495](/packages/illuminate-translation)[larswiegers/laravel-translations-checker

Make sure your laravel translations are checked and are included in all languages.

256423.2k2](/packages/larswiegers-laravel-translations-checker)[inpsyde/multilingual-press

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

2414.0k1](/packages/inpsyde-multilingual-press)

PHPackages © 2026

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