https://github.com/omergulcicek/date-converter
:calendar: Parametre olarak aldığı database formatındaki tarihi, Türkçe tarih olarak ekrana yazar.
https://github.com/omergulcicek/date-converter
date date-converter
Last synced: 7 months ago
JSON representation
:calendar: Parametre olarak aldığı database formatındaki tarihi, Türkçe tarih olarak ekrana yazar.
- Host: GitHub
- URL: https://github.com/omergulcicek/date-converter
- Owner: omergulcicek
- Created: 2017-07-24T22:57:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-24T23:01:09.000Z (over 8 years ago)
- Last Synced: 2025-01-24T08:31:07.489Z (9 months ago)
- Topics: date, date-converter
- Language: PHP
- Homepage:
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tarih Dönüştürücü (Date Converter)
Parametre olarak aldığı database formatındaki tarihi, Türkçe tarih olarak ekrana yazar.
The date in the format of the database that you have received as a parameter is written on the screen as Turkish date.
Kullanımı (Use of)
dateConverter("2017-07-25"); // "25 Temmuz 2017" çıktısını verir.
dateConverter("2023-01-01"); // "1 Ocak 2023" çıktısını verir.
dateConverter("2053-8-3"); // "3 Haziran 2053" çıktısını verir.
dateConverter("2071-12-5"); // "5 Aralık 2071" çıktısını verir.