When dragging a detected date to children or to create a component, the final rendered item should be displayed with a good default date format. E.g. `date` =>>> ``` <Component> {moment(date).format("MMM Do YY") </Component> ```