Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [nebula-dev] Date submissions - Eric and Jeremy

I missed this earlier:
 the java.util.Calendar class has a setter method which goes year,
month, and then day.  Since this widget will most likely be used with
Calendar and Date classes it may be helpful to follow their lead.  Also,
in setting the format, it is quite handy to have a way to mimic the
java.text.DateFormat's setFormat(int format) method where format can
indicate SHORT, MEDIUM, and LONG formats.

> but will consult the operating systems
Do you mean the way that GTK, and other widget sets, set the format, or
the way the text is formatted?


Back to the top