JsonDateParserFilter Constructor
Overload List
| Name | Description | |
|---|---|---|
|
|
JsonDateParserFilter(String, DateTimeStyles) |
Use this constructor if values are serialized to JSON in the ISO 8601 format
but Controller does not deserialize them properly.
|
|
|
JsonDateParserFilter(String, String, DateTimeStyles) |
Use this constructor if the client-side cannot return ISO 8601 formatted
values but form field values conform to a culture.
|
|
|
JsonDateParserFilter(String, DateTimeStyles, String) |
Use this constructors as a last resort when the received date format needs to
be specified manually.
|

