Class JSONDateConvertor

java.lang.Object
org.eclipse.jetty.util.ajax.JSONDateConvertor
All Implemented Interfaces:
JSON.Convertor

public class JSONDateConvertor extends Object implements JSON.Convertor
Convert a Date to JSON. If fromJSON is true in the constructor, the JSON generated will be of the form {class="java.util.Date",value="1/1/1970 12:00 GMT"} If fromJSON is false, then only the string value of the date is generated.