This commit is contained in:
@@ -41,13 +41,11 @@ namespace rmutr_report.Controllers
|
||||
continue;
|
||||
}
|
||||
|
||||
if (agencyReport.start_date != null && agencyReport.end_date != null)
|
||||
{
|
||||
agencyReport.startdate = agencyReport.start_date?.ToString("dd MMMM yyyy",
|
||||
CultureInfo.CreateSpecificCulture("th-TH")) ?? "";
|
||||
agencyReport.enddate = agencyReport.end_date?.ToString("dd MMMM yyyy",
|
||||
CultureInfo.CreateSpecificCulture("th-TH")) ?? "";
|
||||
}
|
||||
agencyReport.startdate = agencyReport.start_date?.ToString("dd MMMM yyyy",
|
||||
CultureInfo.CreateSpecificCulture("th-TH")) ?? "";
|
||||
|
||||
agencyReport.enddate = agencyReport.end_date?.ToString("dd MMMM yyyy",
|
||||
CultureInfo.CreateSpecificCulture("th-TH")) ?? "";
|
||||
|
||||
agencyReport.bool_11_1_text = agencyReport.bool_11_1 == true ? "X" : "";
|
||||
agencyReport.bool_11_2_text = agencyReport.bool_11_2 == true ? "X" : "";
|
||||
|
||||
Reference in New Issue
Block a user