okvee/thai-date

This package is abandoned and no longer maintained. The author suggests using the rundiz/thai-date package instead.

display date in Thai language use PHP date() and strftime(). Moved to https://packagist.org/packages/rundiz/thai-date

v2.0.2 2016-04-14 09:51 UTC

This package is not auto-updated.

Last update: 2016-04-20 09:39:35 UTC


README

Display date in Thai by using same PHP date() and strftime() function attributes.

Latest Stable Version License

echo thaidate('วันlที่ j F พ.ศ.Y เวลาH:i:s');
// results: วันพฤหัสบดีที่ 12 พฤศจิกายน พ.ศ.2558 เวลา18:55:29
echo sprintf(thaistrftime('%%s%A%%s %d %B %%s%Y %%s%H:%M:%S'), 'วัน', 'ที่', 'พ.ศ.', 'เวลา');
// results: วันพฤหัสบดีที่ 12 พฤศจิกายน พ.ศ.2558 เวลา18:56:06

For more details, please look in tests folder