Controls the value-rendering method For HTML5 input elements of types such as date, time, datetime and datetime-local.
public enum Html5DateRenderingMode
View on GitHub
Microsoft.AspNet.Mvc.Rendering.
Html5DateRenderingMode
CurrentCulture
Render date and time values according to the current culture’s ToString behavior.
CurrentCulture = 0
Rfc3339
Render date and time values as Rfc3339 compliant strings to support HTML5 date and time types of input elements.
Rfc3339 = 1