Calendar-View: add short_month_day_format for week-views (#2392)

This commit is contained in:
Richard Schreiber
2021-12-21 11:19:58 +01:00
committed by GitHub
parent 0bf7bba6ba
commit b6273adc57
6 changed files with 14 additions and 4 deletions

View File

@@ -39,3 +39,4 @@ SHORT_DATETIME_FORMAT = 'Y-m-d H:i'
TIME_FORMAT = 'H:i'
WEEK_FORMAT = '\\W W, o'
WEEK_DAY_FORMAT = 'D, M jS'
SHORT_MONTH_DAY_FORMAT = 'd.m.'

View File

@@ -26,6 +26,7 @@ SHORT_DATETIME_FORMAT = 'm/d/Y P'
TIME_FORMAT = 'P'
WEEK_FORMAT = '\\W W, o'
WEEK_DAY_FORMAT = 'D, M jS'
SHORT_MONTH_DAY_FORMAT = 'm/d'
DATE_INPUT_FORMATS = [
'%m/%d/%Y',