Browse Source

Merge pull request #410 from rolleric/master

Corrected config variable time.format -> date.format
pull/416/head
Dan 5 years ago
committed by GitHub
parent
commit
475bfc84d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      config/config.ini.example

+ 2
- 2
config/config.ini.example View File

@ -4,8 +4,8 @@ site.url = ""
; Your timezone
timezone = "Asia/Jakarta"
; Time format. See: https://www.php.net/manual/en/function.date.php
time.format = "d F Y"
; Date format. See: https://www.php.net/manual/en/function.strftime
date.format = "%d %B %Y"
; Your language (currently only "en" for English or "de" for German)
language = "en"


Loading…
Cancel
Save