1
This commit is contained in:
@@ -85,8 +85,8 @@ namespace aoyuPlugIn
|
||||
{
|
||||
DateTime t = Convert.ToDateTime(tm);
|
||||
string xx = System.Globalization.CultureInfo.CurrentCulture.DateTimeFormat.GetDayName(t.DayOfWeek);
|
||||
//if (xx == "星期六" || xx == "星期日")
|
||||
if (xx == "星期日")
|
||||
if (xx == "星期六" || xx == "星期日")
|
||||
//if (xx == "星期日")
|
||||
xx = "休息";
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user