mseries.ui
Interface MDateFormat
- All Known Implementing Classes:
- MDateFormatter, MSimpleDateFormat
public interface MDateFormat
A simple interface to define format and parse methods, this may be simply implemented by
a subclass of java.text.DateFormat or something more sophisticated such as
mseries.ui.MDateFormatter
- See Also:
MDateFormatter
format
StringBuffer format(Date d,
StringBuffer appendTo,
FieldPosition pos)
format
String format(Date d)
parse
Date parse(String s)
throws ParseException
- Throws:
ParseException
Copyright © 2001-2007 M Newstead. All Rights Reserved.