Hey @sirtommy, can you please attach your file or let me know what steps I should follow to recreate this behavior? This way, I’ll be able to visualize what’s happening and think about possible solutions. Also, here is a good post about dates in repeater. I’ve also created a file with dates that highlights two approaches. First, with the date.AddMonths() function, and the second is about slicing a string and manipulating numbers. I noticed a one-month difference between dates in your repeater, so you might try to use conditions with [[Item.Index]] to specify the row and Now.addMonths().toLocaleDateString(“no-NO”) to set this value for the text of the widget inside the repeater. Another way would be to set the variable’s value to a string and then slice this string, as you can see on the Page Loaded event in the attached file. I hope this helps!DateExperiments.rp (57.7 KB)