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