Update format string for date picker without time

This commit is contained in:
arknu
2014-10-17 11:24:26 +02:00
parent 5baa721eb7
commit 144a4fdd62

View File

@@ -16,7 +16,7 @@ namespace Umbraco.Web.PropertyEditors
{
_defaultPreVals = new Dictionary<string, object>
{
{"format", "yyyy-MM-dd"},
{"format", "YYYY-MM-DD"},
{"pickTime", false}
};
}