Updated date_formats to new dynamic_date_formats

This commit is contained in:
Yousef 2014-04-13 14:28:24 +02:00 committed by Clinton Gormley
parent 202b1e2306
commit d7fda621e9
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ root and inner object types:
--------------------------------------------------
{
"_default_" : {
"date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"]
"dynamic_date_formats" : ["yyyy-MM-dd", "dd-MM-yyyy", "date_optional_time"]
}
}
--------------------------------------------------