java - how to change month info text to number? -


i created datetime widget. image here:

enter image description 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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -