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 #367: Manipulating Dates – End of the Month

Watermark
12 - Quasar
12 - Quasar

 

Spoiler
MT_167_Solution.jpg

ARussell34
8 - Asteroid

Cool trick!

 

ARussell34_0-1681764822411.png

 

logdog0411
8 - Asteroid
Spoiler
logdog0411_0-1681766109251.png

 

Qiu
20 - Arcturus
20 - Arcturus

Finished.

Spoiler
challenge_367.PNG
Yoshiro_Fujimori
15 - Aurora

My solution.

Spoiler
Workflow
Yoshiro_Fujimori_0-1681774041537.png


Formula
Date2 = DateTimeParse([Date],"%m/%d/%y")
OneMonthLater = DateTimeAdd([Date2],1,"months")
First Day of Next Month = Left([OneMonthLater], 8) + "01"
Last Day of the Month_DateType = DateTimeAdd([First Day of Next Month], -1, "days")
Last Day of the Month = DateTimeFormat([Last Day of the Month_DateType],"%m/%d/%Y")

 

sgaditya18
6 - Meteoroid

My solution. very interesting use of date functions! 

DataCruncher3
7 - Meteor

Small challenges can still be packed with learning opportunities! Here's how I used the DateTime and formula tool to solve this:

 

Spoiler
Screenshot 2023-04-18 083340.png
olga_strubbe
10 - Fireball
Spoiler
olga_strubbe_0-1681789065516.png

 

A fun challenge , thank you!  It helped me practice my dates functions.

DataCruncher2
7 - Meteor

DataCruncher2_0-1681788776423.png

Guys, please check out my solution. Really proud of the formula I used :D

Milanz
8 - Asteroid

my solution ;-)

 

Spoiler
Milanz_0-1681792761623.png