mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-06 14:14:27 +02:00
Updated Boost datetime Examples Translated (markdown)
@@ -221,10 +221,9 @@ main()
|
||||
```
|
||||
<a name="Date_Period_Calculations"></a>
|
||||
### Date Period Calculations
|
||||
|
||||
```c++
|
||||
#include "date.h"
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
|
||||
int
|
||||
main()
|
||||
@@ -250,7 +249,7 @@ main()
|
||||
<< p.first << " / " << p.second << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
<a name="Print_Holidays"></a>
|
||||
### Print Holidays
|
||||
|
||||
|
Reference in New Issue
Block a user