Have date in STring format , to conver to datetime

0
how is this not a parseable date ? its in string in the correct format using below to convert  parseDateTime($cst_time,'yyyyMMMdd HH:mm:ss aa') Caused by: com.mendix.languages.expressions.ExpressionException: java.text.ParseException: Unparseable date: ""20230324 09:56:22 AM"   i need to convert this to date format to add 2 hours to it.  
asked
2 answers
1

You put MMM in yyyyMMMdd. This should be MM.

answered
0

screenshot, trying to get it in a varibale of date time format.

answered