Question
US Air Force
US Air Force
US
US Air Force
Posted: May 28, 2020
Last activity: May 29, 2020
Last activity: 29 May 2020 8:38 EDT
Closed
How to convert Date to String format
How do I convert a Date property value to a String property value in a Data Transform?
***Edited by Moderator Marissa to update Platform Capability tags****
Use FormatDateTime function to convert datetime property to String with specific format
@(Pega-RULES:DateTime).FormatDateTime(<Datetime Property>, "dd-MMM-yyyy", "America/New_York", "en_US")