We are creating an application that will store arbitrary JSON docs within GemFire as PdxInstances. Within these JSON documents, we want support for date fields that we'd also like to be recognized within GemFire as dates, allowing us to perform date filtering and such.
Does the JSONFormatter support Pdx date fields, and if so, how should they be formatted in JSON? If it doesn't, does anyone have suggestions on how to enable date support?