Skip to content

Commit

Permalink
コード修飾を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
faithandbrave committed Sep 24, 2024
1 parent e97eeba commit 5d13ce9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/chrono/format.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ int main()
std::cout << std::format("8. {:%A}", now) << std::endl; // 曜日の完全名
}
```
* std::chrono::system_clock[link /reference/chrono/system_clock.md]
* now()[link /reference/chrono/system_clock/now.md]
* std::chrono::time_point_cast[link /reference/chrono/time_point_cast.md]

### 出力例
```
Expand Down

0 comments on commit 5d13ce9

Please sign in to comment.