我的 .json 中有以下设置,用于日期、时间、日期设置。
{ "function": "powerline.segments.common.time.date", "name": "date", "args": { "format": "%m:%d:%A", "istime": false } }
下面是输出格式。07:27:星期二
有没有办法格式化这个日期、日期、时间、年份的输出?例如,像 07:27:Tue 或 07:27:21:Tue
请分享您的意见。谢谢 !
我的 .json 中有以下设置,用于日期、时间、日期设置。
{
"function": "powerline.segments.common.time.date",
"name": "date",
"args": {
"format": "%m:%d:%A",
"istime": false
}
}
下面是输出格式。07:27:星期二
有没有办法格式化这个日期、日期、时间、年份的输出?例如,像 07:27:Tue 或 07:27:21:Tue
请分享您的意见。谢谢 !