How to find the last day the year

Hi All,

I need to find the last of the year USA date format:

i.e 12/31/2022, 12/31/2023 etc and so on

Kindly do needful

@ppr
@Yoichi
@ushu
@Nithinkrishna

1 Like

Hey @HeartCatcher

It’s always 31st of December!

There is no need to find by the way.

new Date(Now.Year, 12, 31)

Hope that helps

Thanks
#nK

@HeartCatcher . Attached workflow for ref

test.zip (2.1 KB)

Output

or Do something like this.
(new date(now.Year,12,31)).ToString.split(" "c)(0)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.