studioespresso / craft-date-range

Date range field for Craft CMS
MIT License
12 stars 6 forks source link

Formatting date #22

Closed carolineboeykens closed 3 years ago

carolineboeykens commented 3 years ago

I'm having some issues with the format function:

If I try this: <div class="px-1">{{ entry.eventDate.formatted("F d, Y", "-"|t) }}</div> this happens:

Screen Shot 2021-02-26 at 14 41 35

If I try this: <div class="px-1">{{ entry.eventDate.formatted({ date: 'F d, Y', time: ''}, '-'|t) }}</div> this happens:

Screen Shot 2021-02-26 at 14 42 33

Am I doing something wrong?

janhenckens commented 3 years ago

Fixed in todays update!