ftimme
2012-02-23 312d7aa02155e1c51072a02aed62c206e33d527a
- Added $wb['conf_format_dateshort_human_readable'] variable (shows the human readable date format like "tt.mm.jjjj" or "yyyy-mm-dd" next to date fields so that one knows how to format the date) to global language files.
2 files modified
2 ■■■■■ changed files
interface/lib/lang/de.lng 1 ●●●● patch | view | raw | blame | history
interface/lib/lang/en.lng 1 ●●●● patch | view | raw | blame | history
interface/lib/lang/de.lng
@@ -1,5 +1,6 @@
<?php
$wb['conf_format_dateshort'] = 'd.m.Y';
$wb['conf_format_dateshort_human_readable'] = "tt.mm.jjjj";
$wb['conf_format_datelong'] = 'l, d. F Y';
$wb['conf_format_timeshort'] = 'H:i';
$wb['conf_format_timelong'] = 'H:i:s';
interface/lib/lang/en.lng
@@ -1,5 +1,6 @@
<?php
$wb['conf_format_dateshort'] = "Y-m-d";
$wb['conf_format_dateshort_human_readable'] = "yyyy-mm-dd";
$wb['conf_format_datelong'] = "l dS of F Y";
$wb['conf_format_timeshort'] = "H:i";
$wb['conf_format_timelong'] = "H:i:s";