PHPackages                             zerig/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. zerig/date

ActiveLibrary[Localization &amp; i18n](/categories/localization)

zerig/date
==========

Works with DateTime class. Use czech name of Months and Week Days and Format

v1.0.3(6y ago)0331MITPHPPHP &gt;=5.6.0

Since Apr 17Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Zerig/date)[ Packagist](https://packagist.org/packages/zerig/date)[ RSS](/packages/zerig-date/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (3)DependenciesVersions (4)Used By (1)

DATE \\ DATE TIME
-----------------

[](#date--date-time)

- extends **\\DateTime** class

Works with DateTime class. Use czech name of Months and Week Days and Format

Allows multiple way to create DateTime. Specificly Czech typo of writing

```
// SQL
$date = new \Date\DateTime("2019-08-15 18:30:05");
$date = new \Date\DateTime("2019-08-15");
$date = new \Date\DateTime("18:30");

// CZECH
$date = new \Date\DateTime("15. 08. 2019 18:30:05");
$date = new \Date\DateTime("15. 08. 2019");
$date = new \Date\DateTime("18:30");

// iCAL
$date = new \Date\DateTime("20190815T183005Z");

// Your own Format
$date = \Date\DateTime::createFromFormat('Y-m-d H:i:s', "2019-08-15 18:30:05");

$date->format("d. m. Y H:i:s")	=> "15. 08. 2019 18:30:05"
$date->format("D d. F Y H:i:s")	=> "PÁ 15. srpna 2019 18:30:05"
$date->format("l d. F Y H:i:s")	=> "Pátek 15. srpna 2019 18:30:05"
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity54

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

Total

3

Last Release

2293d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17721175?v=4)[Zerig](/maintainers/Zerig)[@Zerig](https://github.com/Zerig)

---

Top Contributors

[![Zerig](https://avatars.githubusercontent.com/u/17721175?v=4)](https://github.com/Zerig "Zerig (6 commits)")

---

Tags

czech dateczech dateTime

### Embed Badge

![Health badge](/badges/zerig-date/health.svg)

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

###  Alternatives

[smarty-gettext/smarty-gettext

Gettext plugin enabling internationalization in Smarty Package files

752.5M8](/packages/smarty-gettext-smarty-gettext)[devaslanphp/auto-translate

Auto generate translation JSON files

6627.3k](/packages/devaslanphp-auto-translate)

PHPackages © 2026

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