|
@@ -337,7 +337,7 @@ const FormPanel = ({ formData }) => { |
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td> |
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td> |
|
|
<td style={tabelStyle}> |
|
|
<td style={tabelStyle}> |
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m." |
|
|
|
|
|
|
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:00 p.m." |
|
|
}} /> |
|
|
}} /> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
@@ -424,7 +424,7 @@ const FormPanel = ({ formData }) => { |
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td> |
|
|
<td style={tabelStyle}>{DateUtils.dateFormat(formData.closingDateOff, intl.formatMessage({ id: "dateStrFormat" }))} 5:00 p.m.</td> |
|
|
<td style={tabelStyle}> |
|
|
<td style={tabelStyle}> |
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
<FormattedMessage id="payDnRemark" values={{ |
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:30 p.m." |
|
|
|
|
|
|
|
|
date: DateUtils.dateFormat(formData.closingDate, intl.formatMessage({ id: "dateStrFormat" })) + " 12:00 p.m." |
|
|
}} /> |
|
|
}} /> |
|
|
</td> |
|
|
</td> |
|
|
</tr> |
|
|
</tr> |
|
|