少年修仙传客户端代码仓库
client_Zxw
2018-08-13 196c1f03fe7a8908272c8127133e632d107eaef8
System/Welfare/OperationTimeHepler.cs
@@ -890,17 +890,12 @@
        {
            var textBuilder = OperationTimeHepler.textBuilder;
            textBuilder.Length = 0;
            textBuilder.Append(startDate.ToDisplay());
            if (startDate == endDate)
            {
                textBuilder.Append(",");
            }
            else
            {
                textBuilder.Append("—");
                textBuilder.Append(endDate.ToDisplay(startDate.year != endDate.year));
                textBuilder.Append(",");
            }
            //textBuilder.Append(startDate.ToDisplay());
            //if (startDate != endDate)
            //{
            //    textBuilder.Append("—");
            //    textBuilder.Append(endDate.ToDisplay(startDate.year != endDate.year));
            //}
            if (allDay)
            {
                textBuilder.Append(Language.Get("OpenAllDay"));