forked from DGNum/gestioCOF
Nettoyage dates et calendrier
This commit is contained in:
parent
954a6fdb53
commit
1e3850bb6b
8 changed files with 54 additions and 51 deletions
0
cof/locale/en/__init__.py
Normal file
0
cof/locale/en/__init__.py
Normal file
11
cof/locale/en/formats.py
Normal file
11
cof/locale/en/formats.py
Normal file
|
@ -0,0 +1,11 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
|
||||
"""
|
||||
Formats français.
|
||||
"""
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DATETIME_FORMAT = r'l N j, Y \a\t P'
|
||||
DATE_FORMAT = r'l N j, Y'
|
||||
TIME_FORMAT = r'P'
|
|
@ -6,4 +6,6 @@ Formats français.
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
DATETIME_FORMAT = r'l j F Y \à H:i'
|
||||
DATETIME_FORMAT = r'l j F Y \à H\hi'
|
||||
DATE_FORMAT = r'l j F Y'
|
||||
TIME_FORMAT = r'H\hi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue