#include <chrono>
#include <iostream>
#include <format>
namespace chrono = std::chrono;
void showCurrentMonth() {
// 获取当前时间
chrono::time_point now{ chrono::system_clock::now() };
// 将时间转换为year_month_day
chrono::year_month_day ymd{ chrono::floor<chrono::days>(now) };
// 获取当前年月(类型为year_month)
chrono::year_month currentYearMonth = ymd.year() / ymd.month();
}
// 获取当月第一天
const auto firstDay = yearMonth / 1d;
// 获取当月最后一天
const auto lastDay = chrono::year_month_day(yearMonth / chrono::last);
// 输出格式化的标题(年份与月份)
std::string titleLine = std::format("** {:%Y-%m} **", yearMonth);
// 输出日历表头(从周一到周日)
std::vector<std::string> headerLineParts;
for (const auto& weekday : Weekdays) {
headerLineParts.push_back(std::format(ZhCNLocale, "{:L%a}", weekday));
}
// 通过weekday获取某一天是周几
auto currentWeekday = chrono::weekday{ std::chrono::sys_days{ currentDay } };
// 通过iso_encoding获取周几的编码(1-7)
auto currentWeekdayIndex = currentWeekday.iso_encoding() - 1;
// 计算本周第一天
auto firstDayOfWeek = chrono::year_month_day{ std::chrono::sys_days{ currentDay } - chrono::days(currentWeekdayIndex) };
文章来源地址https://www.toymoban.com/news/detail-528262.html
文章来源:https://www.toymoban.com/news/detail-528262.html
到了这里,关于c++ chrono 获取当前时间的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!