When i display a Datepicker in most api versions of android the month is displayed like this:

But in api level 10 the month is displayed like this:

So i want to know if there is a way to force the month to be displayed with only 3 letters and remove the backslash
A quick study of every method for DatePicker has revealed that there is no way to do it through code. I suspect that if the size of it is chosen correctly, the 3 letters might still appear, but I don’t have the time to do a trial/error on that hypothesis.