CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2000
    Location
    singapore
    Posts
    6

    how to manupulate dates

    How do I convert a date like 14/03/1974 23hr 10minutes 23 secs as a java date, so
    that java can recognised it. And then How do I subtract current date() from that date above
    so that I can get the exact difference in seconds.




  2. #2
    Join Date
    Sep 1999
    Location
    Madurai , TamilNadu , INDIA
    Posts
    1,024

    Re: how to manupulate dates


    > How do I convert a date like 14/03/1974 23hr 10minutes 23

    What do you mean by "date like 14/03/1974 23hr 10minutes 23" ? Is it a String ?If that's the case , You can use SimpleDateFormat Class


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured