Forum Discussion
MarkShnier__You
Qrew Legend
10 months agoThis formula will strip away the time portion of the text.
var text DateOne = Left([Coaching_pipelineText], "T");
var text DateTwo = Trim(Left(Part([Coaching_pipelineText],2, "Z"),"T"));
List("\n",
$DateOne,
$DateTwo)