Forums › 💬 FlowCanvas › ⚙️ Support › Format Date
How would I go about changing the way the date is shown as a string. At the moment it shows month/data/year,I want it to show day/month/year.
Hey,
One simple solution would be to use .ToLongDateString() 🙂 Here is an example: [attachment file=”DateTimeNow.png”]
Let me know if that works for you. Cheers!