Hello, I have a problem. Im creating a calendar and i followed THIS tutorial and all steps correctly. Hoewer, the dates show me a time and that shouldnt be there. Could I ask for help?
My code "OnStart":
Set(varMonthDay; DateValue(Month(Today()) & "/" & "1" & "/" & Year(Today())));;
Set(varFirstDay; DateAdd(varMonthDay; - Weekday(varMonthDay); Days));;
And what I display:
DateAdd(varFirstDay;ThisItem.Value;Days)
Thank you very much!