Date
There’s now also a property control for dates, which are saved internally in the ISO 8601 format. When you use this control you’ll get a date picker: The date control in the properties panel Picking a date with it Inside the component, I turn the ISO 8601 string into a new JavaScript Date object so […]