Error in Date_Time example - exp-days_alive.html
17 Oct
2002
17 Oct
'02
11:11 a.m.
There is an error in the following date_time example: libs/date_time/doc/exp-days_alive.html else if (days_alive < should be else if (days_alive < one_day) {
17 Oct
17 Oct
12:28 p.m.
I just checked the example code in libs/date_time/example/gregorian/date_alive.cpp the correction should be else if (days_alive < date_duration(0)) {
8076
Age (days ago)
8076
Last active (days ago)
1 comments
1 participants
participants (1)
-
David Clark