Date time formats
We have a datetime property, but we want the ability to copy paste the datetime in YYYY-MM-DD HH:MM:SS format example: 2018-02-15 15:36:22
As of now when we copy paste it gives error as “2018-02-15 15:36:22 is not a valid date/time value”
PFA
i.e. client side error itself it fails.
Also when we do the same thing in an activity with property -set, then also we get server side error as InvalidDateTimeValue 2018-02-15 15:36:22 in tracer.
So basically “YYYY-MM-DD HH:MM:SS” format is not accepted in client side nor in server side.
What we need to achieve this?
Note: we are using pega 7.2.1
***Edited by Moderator Marissa to update platform capability tags***