sm-alfariz/indonesian-date-format

印度尼西亚日期格式包

1.0.4 2017-02-27 15:52 UTC

This package is not auto-updated.

Last update: 2024-09-23 15:10:28 UTC


README

Build Status

indonesian-date-format

印度尼西亚(ID)日期格式 ##安装

composer require sm-alfariz/indonesian-date-format

##如何使用

<?php
require_once 'vendor/autoload.php';
use Fendi\IndonesianDate\IndonesiaDate;
$tgl = new IndonesiaDate;
echo $tgl->blogDate(date("Y-m-d")); //echo blog date style in indonosian format
$time = date('2016-08-22 21:25:43');
echo $tgl->humanDifSimple($time);  //result " 4 hari "
echo $tgl->humanDif($time);  //result " 3 hari 3 jam 54 menit yang lalu "