mirror of
https://github.com/filegator/filegator.git
synced 2025-08-12 02:34:18 +02:00
date format docs
This commit is contained in:
@@ -14,7 +14,7 @@ return [
|
|||||||
'upload_simultaneous' => 3,
|
'upload_simultaneous' => 3,
|
||||||
'default_archive_name' => 'archive.zip',
|
'default_archive_name' => 'archive.zip',
|
||||||
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
|
'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' => [
|
'services' => [
|
||||||
|
@@ -22,7 +22,7 @@ Note: if you've made a mistake in configuration file (forgot to close a quote?)
|
|||||||
'upload_simultaneous' => 3,
|
'upload_simultaneous' => 3,
|
||||||
'default_archive_name' => 'archive.zip',
|
'default_archive_name' => 'archive.zip',
|
||||||
'editable' => ['.txt', '.css', '.js', '.ts', '.html', '.php'],
|
'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