Switch between date and IntlDateFormatter

This commit is contained in:
danpros 2023-11-25 13:23:23 +07:00
commit 89b637e9f5
5 changed files with 42 additions and 26 deletions

View file

@ -5,7 +5,7 @@ site.url = ""
timezone = "Asia/Jakarta"
; Date format. See: https://www.php.net/manual/en/function.strftime
date.format = "%d %B %Y"
date.format = "d F Y"
; Your language (example "en_US" for English or "de_DE" for German. See lang directory for available language)
language = "en_US"