Datepicker custom format

This commit is contained in:
Alain-es
2015-05-18 15:57:27 +01:00
parent 43f99e11a5
commit 2abb3177af

View File

@@ -65,6 +65,7 @@ namespace Umbraco.Web.PropertyEditors
internal class DatePreValueEditor : PreValueEditor
{
[PreValueField("format", "Date format", "textstring", Description = "If left empty then the format is YYYY-MM-DD. (see momentjs.com for supported formats)")]
public string DefaultValue { get; set; }
}
}