gpt4 book ai didi

c# - 当前月份的文字而不是 int

转载 作者:太空宇宙 更新时间:2023-11-03 17:15:07 24 4
gpt4 key购买 nike

<分区>

我从 dateTime 获取当前的月份和年份并将其传递给一个字符串。这样做的原因是,在我的目录中必须有一个当前年份和月份的文件夹——这样做是为了视频上传数量。这是我目前拥有的:

    string month = Convert.ToString(DateTime.Today.Month);
string Year = Convert.ToString(DateTime.Today.Year);
UploadStatusLabel.Text = Year + "\\" + month;
//New Directory Name in string variable
string NewDirectory = Server.MapPath("~\\uploads\\" + Year + "\\" + month);
//Calling the function to create new directory
CreateDirectoryIfNotExists(NewDirectory);

所有这一切都有效,但问题是,月份显示为 5,这是正确的,但我需要它来显示五月。我该怎么做?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com