Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Data format issue

IAM_99
Regular Contributor II
Regular Contributor II

Hi Team,

We are trying convert date format using SimpleDateFormat but its not working( not showing any thing in provisioning comments )

can you let us know whats wrong with the below :

java.text.SimpleDateFormat('MM/dd/yyyy HH:mm:ss aa').format(java.text.SimpleDateFormat('yyyy-MM-DD HH:mm:ss').parse(customproperty60))

1 REPLY 1

rushikeshvartak
All-Star
All-Star

Which connector?

java.time.LocalDate.parse(user.termDate.toString())


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.