mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 20:23:58 +02:00
date format docs
This commit is contained in:
@@ -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' => [
|
||||
|
@@ -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/
|
||||
],
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user