Text functions. REPLACE replaces part of a text string by position, SUBSTITUTE replaces by matching text.
=SUBSTITUTE("2025-06-02","-","/") changes dashes to slashes.