sajidh / dhivehi-date
Change dhivehi date to redable format
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/sajidh/dhivehi-date
This package is auto-updated.
Last update: 2025-10-26 22:33:29 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>";
