Project

General

Profile

« Previous | Next » 

Revision 8ce71ef6

Added by Benjamin Dauvergne over 12 years ago

personnes: fix date fields in schedule and holiday views

View differences:

calebasse/settings/formats/fr/formats.py
1 1
DATE_FORMAT = 'l d F Y'
2 2
SHORT_DATE_FORMAT = 'j/n/Y'
3
DATE_INPUT_FORMATS = ('%e/%m/%Y', '%d/%m/%Y', '%Y-%m-d')
3
DATE_INPUT_FORMATS = ('%d/%m/%Y', '%d/%m/%Y', '%Y-%m-d')
4 4
TIME_INPUT_FORMATS = ( '%Hh%M', '%H:%M', '%H%M', '%Hh' )

Also available in: Unified diff