Hey @honoru , you could format the date using the built in Moment.js library. You could do something like moment("your_date_here").format("YYYY-MM-DD")
moment("your_date_here").format("YYYY-MM-DD")
You can read more info about formatting dates using Moment in their docs here. Hope this helps!