ปรับปรุงการแาดงผลเวลา

This commit is contained in:
nakorn
2021-09-27 15:37:05 +07:00
parent fe365008c2
commit a71c8bb11e
3 changed files with 3 additions and 4 deletions

View File

@@ -429,7 +429,7 @@ namespace TodoAPI2.Controllers
i.txt_status_chief_a_click_date = MyHelper.GetDateStringForReport(p.status_chief_a_click_date);
if (i.txt_status_chief_a_click_date == "") i.txt_status_chief_a_click_date = "..................................";
i.print_dt = MyHelper.GetDateStringForReport(DateTime.Now) + " " + MyHelper.GetTimeStringFromDate(DateTime.Now);
return i;
}