Respected Sir,
How to convert numbers in to words using java program?
For eg: if we type 1234 as input it will display one thousand two hundred and thirty four.
Your code won't work for many timezones as they have daylight saving time. Which results in 3600000 more milliseconds (1 hour) per day, depending on the date.
Java proram to convert number in to wordsSaravanan February 16, 2012 at 9:53 AM
Respected Sir, How to convert numbers in to words using java program? For eg: if we type 1234 as input it will display one thousand two hundred and thirty four.
DSTSerge March 9, 2012 at 8:25 PM
It won't work with DST, saying before and after day saving time chage
Java get number of days between datesF.Bourel April 4, 2012 at 4:16 PM
This will not work with dayLight savings zone ...
Bad codeDaniel May 15, 2012 at 1:07 AM
Your code won't work for many timezones as they have daylight saving time. Which results in 3600000 more milliseconds (1 hour) per day, depending on the date.
Post your Comment