java - how to change month info text to number? -
i created datetime widget. image here:
but want display month info number (09 instead of eylül(tr)/september(en))
my code below:
datetime datetimestart = new datetime(filtercomposite, swt.drop_down | swt.long); rowdata rdstartdate = new rowdata(); datetimestart.setlayoutdata(rdstartdate);
how can this? can give advice? thank you.
the choices have swt.short
, swt.medium
, swt.long
styles.
exactly how these styles interpreted vary between platforms. example on macs swt.medium , swt.long same.
Comments
Post a Comment