JsonDateParserFilter Class
This filter may be required for actions that receive dates or datetimes from an HTML form
under either of the following conditions:
Namespace:
Suoranta.EnterpriseLib.Web.MVC.Filters- The field is not backed by a widget that can return a JavaScript Date object.
- The JS Date object is serialized to format other than ISO 8601.
- The Controller does not support parsing ISO 8601 and it is undesirable to change deserializer that it is using.
Assembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Remarks
Inheritance Hierarchy
Attribute
FilterAttribute
ActionFilterAttribute
Suoranta.EnterpriseLib.Web.MVC.Filters..::..ReadJsonFilter
Suoranta.EnterpriseLib.Web.MVC.Filters..::..JsonDateParserFilter

