Hi, everyone! We’ve added a handy picker to the Date/Time field in Collections, so you and your content editors don’t have to type in dates and times anymore.
You need to create a collection that includes a Date/Time field and then when adding items to that collection you can click on the calendar icon next to the Date/Time input to bring up the picker.
You can refer to this tutorial for step by step instructions on creating collections.
Hey @Tomas_Coox you can display dates in any way you’d like using the CMS & setting each field how you’d like it to display.
Here’s an example of different date formats, but simply pulling in date, month, year separately from each other, and putting dashes and slashed between them as you’d like. http://date-and-time-formats.webflow.io/
There are two things we’re waiting for: the local date format and the local date translation (translation of days and month).
For now I use a JS script to translate the days and months… I guess the script could also reorder elements to respect the local format. It was a bit hard to explain to clients that the date would be in english. For the time being, I’m fine with it. It will come for sure anyway.