Hi everyone,
I'm trying to create the variable that will contain month and day of today date.
I tried to create it with today() function and then take month and day from today function like this:
month (today()) and day(today()). The problem is that when I create a new column with today() function there is written some number and not just a date, therefore month() and day() functions do not work. Could you please help me to solve this problem?
Thank you in advance