currently works with 0.9.4 and saving dates as strings Dates from pikaday should be interpreted by volt by something like : ``` attrs.value = time.strftime(attrs.date_format || '%a %b %d %Y %T GMT%z (%Z)') ```