Does anyone know the correct date format to use to update a custom date field via SmartMail/update_event_ejb activity?
Per the wiki, it says it needs to be in the ‘YYYY-MM-DDTHH:mm:ss-OOOO ‘ format, which the value I’m passing is, but I can’t seem to get it to accept that date value no matter what I pass. I’ve tried the following:
2025-04-08T12:00:00.0000
2025-04-08T12:00:00-0000
date[2025-04-08 12:00:00.0000]
date%222025-04-08T12:00:00-0000%22
but none of these formats work.