i have a date say for example 19500822 its actually 22 aug 1950
how shall i convert into 22-08-1950 or 22/08/1950 using java simple date format class
Answers
HELP
On 2006-08-14 05:30:03
LOOK BUDDY AM SOORY I DONT KNOW
dhruv
On 2006-08-14 07:04:12
why should itell u
TINKU
On 2006-08-14 21:09:11
using ur hands only.
AnalProgrammer
On 2006-08-14 05:44:09
I think this may be what you are after
ch_nagarajind
On 2006-08-14 05:44:21
take into a string and split by counting places u has to insert '/'
or esle
take separate var for day mon and year
and pass into streing using + operator
if program require mail me
Neil
On 2006-08-14 05:41:34
Rather than rewrite something that is so well documented already, I choose to refer you to this link:
http://www.javaworld.com/jw-12-2000/jw-1229-dates.html
Hope this helps
Answers
HELP
On 2006-08-14 05:30:03
dhruv
On 2006-08-14 07:04:12
TINKU
On 2006-08-14 21:09:11
AnalProgrammer
On 2006-08-14 05:44:09
ch_nagarajind
On 2006-08-14 05:44:21
Neil
On 2006-08-14 05:41:34