date format docs

This commit is contained in:
Milos Stojanovic
2020-02-26 10:02:33 +01:00
parent 3e0b34d37a
commit 6c2b60c769
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ return [
'upload_simultaneous' => 3,
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss',
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
],
'services' => [

View File

@@ -22,7 +22,7 @@ Note: if you've made a mistake in configuration file (forgot to close a quote?)
'upload_simultaneous' => 3,
'default_archive_name' => 'archive.zip',
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
'date_format' => 'YY/MM/DD hh:mm:ss',
'date_format' => 'YY/MM/DD hh:mm:ss', // see: https://momentjs.com/docs/#/displaying/format/
],
```