MDateSelector

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

Method Summary
 String format(Date d)
           
 StringBuffer format(Date d, StringBuffer appendTo, FieldPosition pos)
           
 Date parse(String s)
           
 

Method Detail

format

StringBuffer format(Date d,
                    StringBuffer appendTo,
                    FieldPosition pos)

format

String format(Date d)

parse

Date parse(String s)
           throws ParseException
Throws:
ParseException

MDateSelector

Copyright © 2001-2007 M Newstead. All Rights Reserved.