kpsul/cof/locale/fr/formats.py

8 lines
113 B
Python
Raw Normal View History

"""
Formats français.
"""
2018-10-14 15:50:55 +02:00
DATETIME_FORMAT = r'l j F Y \à H\hi'
DATE_FORMAT = r'l j F Y'
TIME_FORMAT = r'H\hi'