How do you change the year with the Date command ChangeYear?
I have this in my project, Date.ToLocaleString(Date.Now) result in the current date and time "7/15/2023 4:25:37 PM" but I want to change the year as my game takes place in the future and I have a player log of events.
I see there is a ChangeYear and I've tried Date.ChangeYear(Date.Now, 2233) but when I run that all I get is a long string of numbers "1689459781742"
Any help would be very welcome.