Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

[DateTime] How to put today's date automatically?

Joker_Hazard
11 - Bolide

Hi guys!

I am struggling with trying to put today's date automatically in a formula

My idea is to create a formula that respects this format: ddMMyyyy

I tried to create a custom DateTime, but no success..

Joker_Hazard_0-1608757161956.png


Thank you!!

2 REPLIES 2
BrandonB
Alteryx
Alteryx

Have you tried DateTimeNow() or DateTimeToday()? Both of these will return today's date which you can then format as you would like. 

Joker_Hazard
11 - Bolide

Thanks =D 

Labels