1.0.1 • Published 8 years ago

timestamp-to-tr-date v1.0.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
8 years ago

MySql timestamp to Turkish date

MySql timestamp to Turkish semantic date format

Usage: timeStamp(string_timestamp, show_hide_clock, date_splitter, time_splitter)

var myTime = timeStamp('2017-04-22 12:00', false)
>>> "22 Nsn, Cts"

var myTime = timeStamp('2017-04-22 12:00', true)
>>> "22 Nsn, Cts 12"

var myTime = timeStamp('2017/04/22 12.00', false, '/', '.')
>>> "22 Nsn, Cts 12"
1.0.1

8 years ago

1.0.0

8 years ago