How to format the date into words
Posted
by Kalpana
on Stack Overflow
See other posts from Stack Overflow
or by Kalpana
Published on 2010-06-14T09:26:37Z
Indexed on
2010/06/14
9:32 UTC
Read the original article
Hit count: 221
java
I am trying to convert java.util.Date into string as "Twenty Sixth of October Nineteen Ninety Three" for the date 26-10-1993.
How to do this in a generic fashion?
© Stack Overflow or respective owner