withassociates/slices

View on GitHub
guides/datefield-helper.md

Summary

Maintainability
Test Coverage
# Datefield Helper

To use the `dateField` helper in a slice, add it to the template (e.g.
`app/slices/example/templates/examples.hbs`) as follows:

```hbs
{{dateField field="example_published_at"}}
```

![datefield helper in action](datefield-helper.gif?raw=true)