WebUtils Class

No description available.

Constructors

There are no public constructors.

Static 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( 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.