| Author |
how to convert currency figures
|
Anthony Karta
Ranch Hand
Joined: Aug 09, 2004
Posts: 342
|
|
how to convert currency figures to its words counterpart such as $22,500.55 to twenty two thousand five hundred dollars and fifty five cents is there a Java utility available on the Net? thanks all tony
|
SCJP 5
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Originally posted by Tony Karta: how to convert currency figures to its words counterpart such as $22,500.55 to twenty two thousand five hundred dollars and fifty five cents is there a Java utility available on the Net? thanks all tony
Now, I think, In java utilities is not available. But you can create utilities for solve this problem.
|
SCJA,SCJP,SCWCD,SCBCD,SCEA I
Java Developer, Thailand
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Example for solve this problem How to use This will help you.  [ August 24, 2004: Message edited by: somkiat puisungnoen ]
|
 |
Anthony Karta
Ranch Hand
Joined: Aug 09, 2004
Posts: 342
|
|
Thanks Somkiat for quick reply, I will give it a try. btw, do you know where I can find free online Java resources (re. ready-to-use utilities class) on the Net? my background is in VB so it's will save time for me rather implement/re-write them in Java myself. thanks again Tony
|
 |
somkiat puisungnoen
Ranch Hand
Joined: Jul 04, 2003
Posts: 1312
|
|
Free online Java resources http://www.java.sun.com http://www.javaworld.com http://www.onjava.com http://www.javaprecise.com http://www.developer.com/java http://www.theserverside.com This will help you ...
|
 |
 |
|
|
subject: how to convert currency figures
|
|
|