convert zoho datetime to deluge date time
Here is my Flow deluge code.
I need the return value to be a valid Creator datetime field.
date date_time_frustration(date zohoDateTime)
{
return zohoDateTime.replaceAll("T"," ");
}
I 'gin to be weary of the sun when in a single ecosystem that doesn't provide a complete set of built-in, helpfully named, intra-app date and datetime conversions.