Class MongoDateValueParser

All Implemented Interfaces:
ElementParser

public class MongoDateValueParser extends BaseExtendedValueParser
Parses a Mongo date in the V1 format:

 { "$date": "<date>" }
and in the V2 formats:

 {"$date": {"$numberLong": "<millis>"}
 {"$date": "<ISO-8601 Date/Time Format>"}