Ticket #16520: formats.py.patch
File formats.py.patch, 497 bytes (added by , 13 years ago) |
---|
-
django/conf/locale/hu/formats.py
23 23 '%H.%M', # '14.30' 24 24 ) 25 25 DATETIME_INPUT_FORMATS = ( 26 '%Y.%m.%d. %H.% m.%S', # '2006.10.25. 14.30.59'26 '%Y.%m.%d. %H.%M.%S', # '2006.10.25. 14.30.59' 27 27 '%Y.%m.%d. %H.%M', # '2006.10.25. 14.30' 28 28 '%Y.%m.%d.', # '2006.10.25.' 29 29 )