Commit f131c448 authored by Jérome Perrin's avatar Jérome Perrin

Default date format in Base_generateDayDomain should not include year

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b654ea1e
......@@ -88,7 +88,7 @@ bound_stop = bound_start + 1\n
date_order = portal.portal_preferences.getPreferredDateOrder()\n
date_format = dict(ymd=\'%m/%d %H:00\',\n
dmy=\'%d/%m %H:00\',\n
mdy=\'%m/%d %H:00\').get(date_order, \'%Y/%m/%d %H:00\')\n
mdy=\'%m/%d %H:00\').get(date_order, \'%m/%d %H:00\')\n
\n
category_list = []\n
if depth == 0:\n
......
759
\ No newline at end of file
760
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment