core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
solved
My solution attached.
Formula:
IF Left([date], 1) = "1"
THEN Replacefirst([date], Left([date], 1), "20")
ELSE ReplaceFirst([date], Left([date], 1), "19")
ENDIF
This challenge is the same as challenge 46 no? Like same file and all!
Here is my solution.
Going Fancy in a single tool answer with regex, for the lols
Solution attached. I did both a formula DateTimeParse and the DateTime tool, to practice both