toshortstring -> tostring
This commit is contained in:
@@ -53,7 +53,7 @@ namespace FCM0000
|
||||
var newdr = this.dsMSSQL.HolidayLIst.NewHolidayLIstRow();
|
||||
newdr.wuid = FCOMMON.info.Login.no;
|
||||
newdr.wdate = DateTime.Now;
|
||||
newdr.pdate = dayvalue.ToShortDateString();// textBox1.Text.Trim() + "-" + i.ToString("00");
|
||||
newdr.pdate = dayvalue.ToString("yyyy-MM-dd");// textBox1.Text.Trim() + "-" + i.ToString("00");
|
||||
if (dayvalue.DayOfWeek == DayOfWeek.Saturday )
|
||||
{
|
||||
newdr.free = true;
|
||||
|
||||
Reference in New Issue
Block a user