Representing Date to String

How do i represent "10 27 1942" as "October twenty-seventh, nineteen hundred forty-two" through coding. Means i will give "10 27 1942" and it will display "October twenty-seventh, nineteen hundred forty-two"
[214 byte] By [Sujoypaul_2006] at [2007-11-26 8:20:30]
# 1
Hi!just make an array of strings for the months, days and years...that if 8s 10 it loops 10 times then prints October.
dummy_yanne at 2007-7-6 21:25:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2
that if its okay for you to have a detailed code.anyway, i cannot think of simpler codes for that but for the meantime, y not try make it. ;-)
dummy_yanne at 2007-7-6 21:25:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Thanks but I know that can be done in the way u said but i am searching for java APIs to solve this problem. Is there is any API, classes or methods to solve the same?Is there anyone to help me?null
Sujoypaul_2006 at 2007-7-6 21:25:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 4
Check out DateFormat class javadoc at http://java.sun.com/j2se/1.5.0/docs/apiIt should serve your need.
MaximKartashev at 2007-7-6 21:25:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 5
Thanks
Sujoypaul_2006 at 2007-7-6 21:25:42 > top of Java-index,Development Tools,Solaris and Linux Development Tools...