All Packages Class Hierarchy This Package Previous Next Index
com.openly.dt.EncodingDynamicTag | +----com.openly.dt.FormatDate
the date strings to format must be in the form yyyy-MM-dd, yyyy-MM, or yyyy.
Usage: [[@com.openly.dt.FormatDate("2002-05-22")]]
or [[@com.openly.dt.FormatDate(dateParam)]]
There are two customized date formats that can be used.
if there is no custom value set for these params, the the date string is passed through unchanged.
2002-09-06 the year formatting was turning bad data into garbage and not affecting output, so it was removed.
Check out Java and Linking related books at Openly.com!
public FormatDate()
public java.lang.String getValue(java.lang.String dateparam, com.openly.util.Params params)
public static void main(java.lang.String args[])
All Packages Class Hierarchy This Package Previous Next Index