Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAI think the biggest difference between the given solution and the one-liner DateTimeParse(Switch(Left([date],1),'','0','19','1','20')+Right([date],6),'%Y%m%d') is in readability. It's going to take some effort to parse my way through DateTimeParse(Switch(Left([date],1),'','0','19','1','20')+Right([date],6),'%Y%m%d') and figure out what the heck it is doing, even if it is more "efficient".
Challenge 46 Complete
Feels good to get this done!