How to get short month names in Joda Time?

Posted by Mr Morgan on Stack Overflow See other posts from Stack Overflow or by Mr Morgan
Published on 2010-06-11T19:18:48Z Indexed on 2010/06/11 19:22 UTC
Read the original article Hit count: 398

Filed under:
|
|
|
|

Hello

Does anyone know if there's a method in Joda Time or Java itself which takes either an int or a String as an argument, e.g. 4 or "4" and gives the name of the month back in short format, i.e. JAN for January?

I suppose long month names can be truncated and converted to upper case.

Thanks

Mr Morgan.

© Stack Overflow or respective owner

Related posts about java

Related posts about time