I have a Single Value column that contains the last date from a list of dates. I’m converting this using Text to Date plugin. However this doesn’t seem to work correctly.
Hi,
I might be wrong, but I think that you need FormatDate calculated column and not TextToDate. Then you can use Luxon to format it as you like. For example, dd.MM.yyyy. will be 01.11.2021. (1st of November).
Sorry for the million replies… I could write this in one post. Essentially, you will need two date/time columns (one will be a reference date and the other will be with days added), and you will have to create two FormatDate columns to display those dates as you wish.
Hope this will help.