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

johnemery
11 - Bolide

Pretty straight forward here. Looking back, I could have made this slightly more efficient in terms of how many tools to use.

 

Spoiler
Capture.PNG
sharathkumargurram1
7 - Meteor

Hi ,

 

Solution has been uploaded.

 

Best Regards,

Sharath Kumar Gurram.

rfergus
8 - Asteroid
Spoiler
image.png
Verakso
11 - Bolide

Just right after I have been fiddling with Python, the passing dates seemed to be easy.

 

Well at least I thought so until once more I saw @Joe_Mako' sweet solution.

 

Anyway, here is mine

 

Spoiler
The WorkflowThe Workflow

The ResultThe Result

My formula look like this:

DateTimeParse(IIF(Left([date], 1)=="1","20"+Right([date], 6),"19"+Right([date], 6)),"%Y%m%d")

Still Climbing

/Thomas

manion72
7 - Meteor

Thanks, this was a good little date conversion example.   I love it, every time I do these they get easier!   : )

hanykowska
11 - Bolide

My solution

hmatthews92
7 - Meteor

Solution attached

flemingrosa
7 - Meteor
 
CRowlatt
8 - Asteroid
 
Deevi
8 - Asteroid

PFA