PHPackages                             frosya-labs/id-date-formatter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. frosya-labs/id-date-formatter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

frosya-labs/id-date-formatter
=============================

Date formatter for Bahasa Indonesia

v1.2.4(6y ago)42601MITPHPPHP &gt;=5.6.0

Since Feb 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/frosya-labs/id-date-formatter)[ Packagist](https://packagist.org/packages/frosya-labs/id-date-formatter)[ Docs](https://github.com/frosya-labs/id-date-formatter)[ RSS](/packages/frosya-labs-id-date-formatter/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

id-date-formatter
=================

[](#id-date-formatter)

PHP Date Formatter for Bahasa Indonesia. The main usable methods were `format()` to format the date and `now()` to get the current date. All methods were defined static. So, yo don't need to create the object from `IdDateFormatter` class.

Usage
-----

[](#usage)

Example codes:

```
use FrosyaLabs\Lang\IdDateFormatter;

$tanggal = '2016-02-17';

// Show current date, format: dd/mm/yyyy
echo IdDateFormatter::now().'';

// Format $tanggal using complete format, ex:
// Rabu, 17 Februari 2016
echo IdDateFormatter::format($tanggal, IdDateFormatter::COMPLETE);
```

\* For more information, please check the library's PHPDoc

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Total

2

Last Release

2332d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d10f8a8bb28f4a273265fc1422c717ae5f4a1f1f3bdcd594a605e1db24fe8bf?d=identicon)[Nanang F. Rozi](/maintainers/Nanang%20F.%20Rozi)

---

Top Contributors

[![nfrozi](https://avatars.githubusercontent.com/u/2133731?v=4)](https://github.com/nfrozi "nfrozi (12 commits)")

---

Tags

bahasadateformatindonesiaformatterdateindonesiabahasa

### Embed Badge

![Health badge](/badges/frosya-labs-id-date-formatter/health.svg)

```
[![Health](https://phpackages.com/badges/frosya-labs-id-date-formatter/health.svg)](https://phpackages.com/packages/frosya-labs-id-date-formatter)
```

###  Alternatives

[sastrawi/sastrawi

PHP library for stemming Indonesian language (Bahasa Indonesia)

44075.7k4](/packages/sastrawi-sastrawi)[kartik-v/php-date-formatter

A Javascript datetime formatting and manipulation library using PHP date-time formats.

461.6M3](/packages/kartik-v-php-date-formatter)

PHPackages © 2026

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