Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 9, 2024 2:03PM
Likes: 0
Replies: 2
In my recipe, I created a new column with Now(). I would like to format that date as 'mm-dd-yyyy'.
However, the result is:
The format uses the ISO-8601 standard so use MM-dd-yyyy (mm is minute of the hour in that standard). More info below:
https://doc.dataiku.com/dss/12/formula/index.html#date-functions
https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html
Thank you so much.