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
how shall i convert into 22-08-1950 or 22/08/1950 using java simple date format class
I think this may be what you are after
LOOK BUDDY AM SOORY I DONT KNOW
why should itell u
using ur hands only.
I think this may be what you are after
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
or esle
take separate var for day mon and year
and pass into streing using + operator
if program require mail me
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
http://www.javaworld.com/jw-12-2000/jw-1229-dates.html
Hope this helps