toshortstring -> tostring
This commit is contained in:
@@ -88,8 +88,8 @@ namespace FPJ0000.JobReport_
|
||||
{
|
||||
|
||||
//근문일수,시간
|
||||
var vSD = dts.Value.ToShortDateString();
|
||||
var vED = dte.Value.ToShortDateString();
|
||||
var vSD = dts.Value.ToString("yyyy-MM-dd");
|
||||
var vED = dte.Value.ToString("yyyy-MM-dd");
|
||||
|
||||
string prcname = tbProcess.SelectedIndex < 1 ? "%" : tbProcess.Text.Trim();
|
||||
var taH = new dsReportTableAdapters.JobProjectTimesTableAdapter();
|
||||
|
||||
Reference in New Issue
Block a user