This static method allows us to format RFC822 dates without
explicitly instantiating an RFC822DateFormat object.
return
java.lang.String
param
d Date
deprecated
This method is not necessary and is preserved for API
backwards compatibility. Users of this class should
instantiate an instance and use it as they would any
other DateFormat object.
instance = new RFC822DateFormat();
return instance.format(d);