Forum Discussion
Anonymous
5 years agoNot applicable
Yesterday date
So I am trying to generate a calendar from yesterdar so I tried #date(Date.Year(DateTime.LocalNow()), (Date.Month(DateTime.LocalNow())), [dias]) where dias is a column where I am getting from the day...
- 5 years ago
Anonymous - Try:
Date.AddDays(DateTime.LocalNow(),-1)
Anonymous
4 years agoNot applicable
Hi,
Greg_Deckler your solution works for a similar question I had, however can you please let me know how to remove the time that is returned next to the date? What I see when i use
is 23/12/2021 13:30:17
I would like to remove the hour/minutes/seconds please.
Many thanks
- Greg_Deckler4 years agoCommunity Champion
Anonymous Just format it as only a date and note a date/time.