| java.lang.Object net.jforum.util.rss.RSSUtils
RSSUtils | public class RSSUtils (Code) | | General utilities for RSS manipulation.
author: Rafael Steil version: $Id: RSSUtils.java,v 1.6 2006/08/23 02:13:38 rafaelsteil Exp $ |
formatDate | public static String formatDate(Date date)(Code) | | Formats a given date to the expected RSS format
Parameters: date - The date to format The formated date |
formatDate | public static String formatDate(String date)(Code) | | Formats a given date to the expected RSS format
Parameters: date - The date to format The formated date, or the original input if some parsing exception occurs |
|
|