Package org.cyclos.impl.utils.formatting
Class FormattedDate
- java.lang.Object
-
- org.cyclos.impl.utils.formatting.FormattedDate
-
public class FormattedDate extends Object
Contains information indicating how the date should be formatted.
-
-
Constructor Summary
Constructors Constructor Description FormattedDate()FormattedDate(Date date, NotificationDateFormat format)
-
-
-
Constructor Detail
-
FormattedDate
public FormattedDate()
-
FormattedDate
public FormattedDate(Date date, NotificationDateFormat format)
-
-
Method Detail
-
getDate
public Date getDate()
-
getFormat
public NotificationDateFormat getFormat()
-
-