In date Picker I tried to get month in letter others are in integer It's returning full name of the month. But i want first threes letters of the month.
i tried:
SimpleDateFormat sdf = new SimpleDateFormat("yyyy,MMMM, dd ");
System.out.println(sdf.format(new SimpleDateFormat(new Date()).toString()));
output: 2013-October-18
I want output as : 2013-Oct-18