All Projects → Rundiz → thai-date

Rundiz / thai-date

Licence: MIT license
Display date in Thai use same PHP date() and strftime() function attributes.

Programming Languages

PHP
23972 projects - #3 most used programming language

Labels

Projects that are alternatives of or similar to thai-date

Jiffy
Jiffy is a Flutter (Android, IOS and Web) date time package inspired by momentjs for parsing, manipulating, querying and formatting dates
Stars: ✭ 238 (+1600%)
Mutual labels:  date
react-modern-datepicker
A modern date picker for react library
Stars: ✭ 19 (+35.71%)
Mutual labels:  date
vue-thailand-address-autocomplete
🇹🇭 Autocomplete ที่อยู่ในประเทศไทย
Stars: ✭ 49 (+250%)
Mutual labels:  thai
Travel
Framework agnostic PHP package to control the time.
Stars: ✭ 251 (+1692.86%)
Mutual labels:  date
iso8601
A fast ISO8601 date parser for Go
Stars: ✭ 122 (+771.43%)
Mutual labels:  date
lit-date
Light-weight, faster datetime formatter for modern browsers.
Stars: ✭ 33 (+135.71%)
Mutual labels:  date
Calendarview
A highly customizable calendar library for Android, powered by RecyclerView.
Stars: ✭ 2,862 (+20342.86%)
Mutual labels:  date
duration
Parse iso8601 duration strings, and use to shift dates/times.
Stars: ✭ 51 (+264.29%)
Mutual labels:  date
jodaTime
Format and Parse date and time with joda layout
Stars: ✭ 67 (+378.57%)
Mutual labels:  date
Chocobo-Date-Range-Picker
🗓️ Component - The Date Range Picker easier to use in AngularJS.
Stars: ✭ 23 (+64.29%)
Mutual labels:  date
nativescript-datetimepicker
Plugin with date and time picking fields
Stars: ✭ 26 (+85.71%)
Mutual labels:  date
SonataTimelineBundle
[Abandoned] Integrates SpyTimelineBundle into Sonata
Stars: ✭ 24 (+71.43%)
Mutual labels:  date
react-calendar-datetime-picker
A simple and fast date and time picker component for React
Stars: ✭ 58 (+314.29%)
Mutual labels:  date
Timepiece
Intuitive date handling in Swift
Stars: ✭ 2,657 (+18878.57%)
Mutual labels:  date
ISO8601
🎗 Super lightweight ISO8601 Date Formatter in Swift
Stars: ✭ 20 (+42.86%)
Mutual labels:  date
Flatpickr
lightweight, powerful javascript datetimepicker with no dependencies
Stars: ✭ 14,575 (+104007.14%)
Mutual labels:  date
dateparser
dateparser is a smart and high-performance date parser library, it supports hundreds of different formats, nearly all format that we may used. And this is also a showcase for "retree" algorithm.
Stars: ✭ 80 (+471.43%)
Mutual labels:  date
Timespace
A jQuery plugin to handle displaying of time events
Stars: ✭ 27 (+92.86%)
Mutual labels:  date
date-extractor
Extract dates from text
Stars: ✭ 58 (+314.29%)
Mutual labels:  date
fmtdate
MS Excel (TM) syntax for Go time/date
Stars: ✭ 95 (+578.57%)
Mutual labels:  date

Thaidate Component

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

Latest Stable Version License Total Downloads PHP Version Require GitHub code size in bytes GitHub repo size GitHub all releases

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
echo sprintf(intlDate('cccc\'%1$s\' d MMMM Gyyyy \'%2$s\'H:mm:ss'), 'ที่', 'เวลา');
// results: วันพฤหัสบดีที่ 12 พฤศจิกายน พ.ศ.2558 เวลา18:56:06

For more details, please look in tests folder

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].