mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
5 lines
102 B
PHP
5 lines
102 B
PHP
<?php
|
|
$LOCALIZATIONS = array(
|
|
'date' => 'd.m.Y',
|
|
'datetime' => 'd.m.Y H:i:s',
|
|
'time' => 'H:i:s' );
|