Format data in AB

Is there a way to format dates in the AB? I don’t want the time to show or be exported.

Attribute Browser uses $DisplayedAttributesDateFormat.

1 Like

Perfect. To create some flexibility with this I created a new attribute and condition:

if($IsNoShowTime==true){ $DisplayedAttributesDateFormat="l"; };