Home » questions » java and date?

java and date?

2006-08-14 05:21:29, Category: Programming & Design
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

  1. HELP

    On 2006-08-14 05:30:03


    LOOK BUDDY AM SOORY I DONT KNOW
  2. dhruv

    On 2006-08-14 07:04:12


    why should itell u
  3. TINKU

    On 2006-08-14 21:09:11


    using ur hands only.
  4. AnalProgrammer

    On 2006-08-14 05:44:09


    I think this may be what you are after
  5. 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
  6. 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