Hey @Faithful, is this what you're expecting? ToDate() will bring the numeric representation into ISO format (YYYY-MM-DD, which is all Alteryx can work with). Therefore, we just use DateTimeFormat() to force it into our desired DD/MM/YYYY format. The only thing to note is that we have to keep this stored as a string. If you want to work with dates, you'll have to maintain the ISO date format mentioned above.