Hi Team,
on the XSLT 2.0, i have a requirement to convert to datetime format on the xslt level, Could you please support to sort out my concern,
Current mapping output-
<StartDate>
<Date>2019-06-25T05:29:18Z</Date>
</StartDate>
Required format-:
<StartDate>
<Date>2019-06-25T00:00:00</Date>
</StartDate>