Datepicker custom format
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user