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...
-
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
-
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
>
-
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>
Similar Threads
-
By Application Development in forum CSharp
Replies: 6
Last Post: 12-16-2007, 05:16 PM
-
By Application Development in forum Perl
Replies: 0
Last Post: 12-07-2007, 09:03 PM
-
By Application Development in forum Perl
Replies: 0
Last Post: 09-22-2007, 02:03 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 08-23-2007, 06:06 AM
-
By Application Development in forum Perl
Replies: 0
Last Post: 04-25-2007, 02:03 AM