I'm trying to using XSLT 2.0 in BizTalk 2020. But I'm getting this below error.
'current-dateTime()' is an unknown XSLT function.
How to get rid of this? Do I need Saxon Engine to use 2.0?
I'm trying to using XSLT 2.0 in BizTalk 2020. But I'm getting this below error.
'current-dateTime()' is an unknown XSLT function.
How to get rid of this? Do I need Saxon Engine to use 2.0?
Copyright © 2021 Jogjafile Inc.

Yes, you have to use the Saxon Engine if you want to use a later version of XSLT.
See What’s new in BizTalk Server 2020: XSLT 3.0 Support (Sandro Periara's blog)
If you want to use XLST 1.0 to get the date, then just use the same method that is created when you use the out of the box Date and Time functoid in the BizTalk mapper.