Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #21: Date Reformatting

AlexvanOs
8 - Asteroid

My quick & dirty solution:

 

Spoiler
Since the list was already sorted by month, I didn't feel the need to make an intricate MRF parsing all letters to the correct months. I just parsed a dummy date with generated month numbers.

Challenge 21 solution.png

 Of course, this would fail massively if the list wasn't sorted that nice, but since it is...

hs0egr
7 - Meteor
Spoiler
hs0egr_0-1635241750502.png

 

Fun challenge!

AliAgah
8 - Asteroid

In an attempt to avoid a long IF statement, I made a long workflow. Got to use the Tile tool though so I enjoyed this one.

Spoiler
AliAgah_0-1635518332796.png

 

OlehNikitenko
7 - Meteor

Solution

OliverHosking
8 - Asteroid

Hello,

 

Here is my solution

juliabarale002
8 - Asteroid

📅

ainderike
8 - Asteroid

Nice challenge. Curious about your suggested solution 🙂

jonathanwillis
8 - Asteroid

Here's my solution

YuriTchong
7 - Meteor

I overcomplicated things trying to make this possible for more than 2 years.

emjiang
8 - Asteroid
Spoiler
emjiang_0-1637987242310.png