WebUtils Class
No description available.
Constructors
There are no constructors. You can call the methods directly.
Methods
getDate( long milliseconds ) returns String
Used to convert a date to a string (e.g. "Mon, 20 Feb 2012 07:22:20 EST").
getDate( java.util.Calendar cal ) returns String
Used to convert a date to a string (e.g. "Mon, 20 Feb 2012 07:22:20 EST").
This method does not rely on the java.text.SimpleDateFormat for
performance reasons.