Re: Show date format YYYY-MM-DD as for example '30. november 2023' instead

Show date format YYYY-MM-DD as for example '30. november 2023' instead

JohnBoye
Tourist
10 0 4

Hi community!

 

I'm trying to change the code so that this output is shown as a 'normal' date instead of YYYY-MM-DD. For instance in below case it should be 30. november 2024 (Danish way of writing dates). 

 

Any suggestions?

 

URL is: https://finicc.com/products/osterbro-dorhandtag-i-egetrae-med-rosetter-og-nogeskilte-i-sortlakeret-m...

 

JohnBoye_0-1700922530041.png

 

Thanks! 

BR /John

 

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
9212 1847 1880

Hi @JohnBoye 

Did you check in Online store > Themes > Edit default theme content find that message and edit date format? 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

JohnBoye
Tourist
10 0 4
Yeah – thing is I modified it too retrieve the date from a metafield. But cant figure out to show the date in a different format: 😊
Dan-From-Ryviu
Shopify Partner
9212 1847 1880

Hi @JohnBoye 

You can try to use this date format in your meta field 

 

{{ date | date: "%-d %B %Y"}}

 

The output will be like 30 Nov 2023

Here is a table of many placeholders we can use for date formatting:

  • %b - Abbreviated month name: Jan
  • %B - Full month name: January
  • %d - Day of the month, zero-padded: 05
  • %-d - Day of the month: 5
  • %Y - Year with a century: 2023

 

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

JohnBoye
Tourist
10 0 4
Thanks – I will test it out! 😊
Dan-From-Ryviu
Shopify Partner
9212 1847 1880

I hope it can help. 😊

- Helpful? Like and Accept solution!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.