Question
2
Replies
94
Views
Cognizant Technology Solution
Posted: October 8, 2019
Last activity: October 8, 2019
Closed
Conversion of pxcreatedatetime in DDMMYYYY format
I want to convert pxCreateDatetime into DDMMYYYY format through actvity. Please let me know how to do it.
***Edited by Moderator: Lochan to update platform capability tags***
You can use FormatDateTime(.pxCreateDateTime, "ddMMyyyy","","") expression through expression builder. And you don't have to use activity. You can use data transform as well.