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)
BrianDunk
10 months agoQrew Cadet
Is there a way to get them side by side instead of on top of each other? Maybe something like this?
2024-05-13, 2024-03-06