Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAwent with a conditional and regex on this one
iif(left([date],1)='1','20','19')+REGEX_Replace(Date,'\d(\d{2})(\d{2})(\d{2})','$1-$2-$3')
I tried not to over complicate things here...went with regex which seems to be the unpopular route on this one.
Two possible solutions
Solution and spoiler attached 🙂
This one was pretty easy!