HOW DO I GET DIFFERENCE B/W TWO DATES - c++

This is a discussion on HOW DO I GET DIFFERENCE B/W TWO DATES - c++ ; Hi all I want to get the differnce b/w two date in tems of month ,days & year for ex dates are :01/10/2000, 23/04/2035 these dates r entered in std::string format please help THANKS...

+ Reply to Thread
Results 1 to 3 of 3

HOW DO I GET DIFFERENCE B/W TWO DATES

  1. Default HOW DO I GET DIFFERENCE B/W TWO DATES

    Hi all

    I want to get the differnce b/w two date in tems of month ,days &
    year
    for ex dates are :01/10/2000, 23/04/2035 these dates r entered in
    std::string format
    please help


    THANKS


  2. Default Re: HOW DO I GET DIFFERENCE B/W TWO DATES

    Have a look to boost::date_time (www.boost.org). There is plenty of useful
    functionality.
    Bye Carlo

    <rajm2019@> ha scritto nel messaggio
    news:1181716585.124750.122590@a26g2000pre.googlegroups.com...
    > Hi all
    >
    > I want to get the differnce b/w two date in tems of month ,days &
    > year
    > for ex dates are :01/10/2000, 23/04/2035 these dates r entered in
    > std::string format
    > please help
    >
    >
    > THANKS
    >




  3. Default Re: HOW DO I GET DIFFERENCE B/W TWO DATES - TPA

    Carlo Capelli wrote:

    > Have a look to boost::date_time (www.boost.org). There is plenty of
    > useful functionality. Bye Carlo


    Please don't top-post. Your replies belong following or interspersed
    with properly trimmed quotes. See the majority of other posts in the
    newsgroup, or the group FAQ list:
    <http://www.parashift.com/c++-faq-lite/how-to-post.html>

+ Reply to Thread

Similar Threads

  1. Replies: 6
    Last Post: 12-16-2007, 05:16 PM
  2. FAQ 4.14 How can I compare two dates and find the difference?
    By Application Development in forum Perl
    Replies: 0
    Last Post: 12-07-2007, 09:03 PM
  3. FAQ 4.14 How can I compare two dates and find the difference?
    By Application Development in forum Perl
    Replies: 0
    Last Post: 09-22-2007, 02:03 PM
  4. difference (in days) of two dates
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 08-23-2007, 06:06 AM
  5. FAQ 4.14 How can I compare two dates and find the difference?
    By Application Development in forum Perl
    Replies: 0
    Last Post: 04-25-2007, 02:03 AM