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 #46: Formatting a Date from an Integer

nattys
6 - Meteoroid

my solution

MDestra
8 - Asteroid

Challenge #46: 

moszcar111
8 - Asteroid

Here is mine

rdinglas
6 - Meteoroid

my solution

LesterMalinis
7 - Meteor

Nice challenge to practice data manipulation as preparation for certification exam. Below is my take on solving the challenge.

lanidinh
7 - Meteor

Done

JRBeaudry
8 - Asteroid

another one ! 

zajact
6 - Meteoroid
Spoiler
Screenshot 2023-09-23 164811.png

A good one for those of us who are just getting started.

roopmathi
7 - Meteor

Here is my solution to Challenge 46. I used the IF Conditional statement in the expression editor and used several Substring() to parse out the required parts of the date.

Spoiler
Challenge 46 Solution by RG.png

 

Yuki_Li
7 - Meteor

This is my solution