The following snippet makes you format a date field inside a twig file.
{% set date = content.field_job_expiration.value|date('U')|format_date('short') %} <p>Expiration: {{ date }}</p>
Received 100€ so far from 4 kind contributors.