2017 © Pedro Peláez
 

library id-date-formatter

Date formatter for Bahasa Indonesia

image

frosya-labs/id-date-formatter

Date formatter for Bahasa Indonesia

  • Wednesday, July 26, 2017
  • by nfrozi
  • Repository
  • 2 Watchers
  • 3 Stars
  • 38 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 19 % Grown

The README.md

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., (*1)

Usage

Example codes:, (*2)

use FrosyaLabs\Lang\IdDateFormatter;

$tanggal = '2016-02-17';

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

// 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, (*3)

The Versions

26/07 2017

dev-master

9999999-dev https://github.com/frosya-labs/id-date-formatter

Date formatter for Bahasa Indonesia

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

date formatter indonesia bahasa

28/02 2017

1.0.0

1.0.0.0 https://github.com/frosya-labs/id-date-formatter

Date formatter for Bahasa Indonesia

  Sources   Download

MIT

The Requires

  • php >=5.6.0

 

date formatter indonesia bahasa