sajidh / dhivehi-date
Change dhivehi date to redable format
v1.2
2020-10-31 15:39 UTC
This package is auto-updated.
Last update: 2025-04-26 21:18:58 UTC
README
Get date in dhivehi human readable format
Installation
composer require sajidh/dhivehi-date
Usage
if more than 24h human readable format will automatically change to YY/MM/DD
use Sajidh\Dhivehidate\Dhivehidate; $date = new Dhivehidate(); echo "<div style='direction: rtl; font-family: Faruma;'>"..$date->dhivehidate("2020-10-24T18:36:16.000000Z")."\n </div>"; echo "<div style='direction: rtl; font-family: Faruma;'>"..$date->datenow()."\n </div>";