|
|
|
|
@ -1213,8 +1213,9 @@ export class AddEitComponent implements OnInit {
|
|
|
|
|
this.eitResponse[i].DISPLAY_FLAG != "N"
|
|
|
|
|
) {
|
|
|
|
|
//standard date time
|
|
|
|
|
elemVal = elem.dataset.dtvalue;
|
|
|
|
|
elemVal = this.cs.formatStandardDate(elemVal);
|
|
|
|
|
// elemVal = elem.dataset.dtvalue;
|
|
|
|
|
// elemVal = this.cs.formatStandardDate(elemVal);
|
|
|
|
|
elemVal = this.cs.formatDate(elemVal);
|
|
|
|
|
} else if (
|
|
|
|
|
this.eitResponse[i].FORMAT_TYPE == "I" &&
|
|
|
|
|
this.eitResponse[i].DISPLAY_FLAG != "N"
|
|
|
|
|
|