Question
Cox
IN
Last activity: 28 Jan 2025 15:59 EST
19000000 is not a valid datetime value
I'm facing an issue with the date time value. The error says as below:
"[MSG][Exception encountered while executing a data transform][STACK][com.pega.pegarules.pub.clipboard.InvalidValueException: 19000000 is not a valid date\/time value<CR>\tat com.pega.pegarules.pub.util.PRDateFormat.parseAsDateTime(PRDateFormat.java:1419)<CR>\tat com.pega.pegarules.pub.util.PRDateFormat.parseAsDateTime(PRDateFormat.java:1407)<CR>\tat com.pega.pegarules.pub.clipboard.PRStringFormat.pegaToDate(PRStringFormat.java:642)<CR>\tat com.pega.pegarules.pub.runtime.ParameterPage.getAsDate(ParameterPage.java:336)<CR>\tat com.pega.pegarules.session.internal.mgmt.Executable.getParamAsDate(Executable.java:3318)<CR>\tat com.pegarules.generated.model.r** "
Can someone guide me to find out the type(format of Date) of Data the user is trying to insert into the Date Type(property field) and how to fix this when dealing with Service-REST?
Thanks in advance