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
Excursionist
13 0 5

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
11699 2293 2475

Hi @JohnBoye 

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

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

JohnBoye
Excursionist
13 0 5
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
11699 2293 2475

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 & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

JohnBoye
Excursionist
13 0 5
Thanks – I will test it out! 😊
Dan-From-Ryviu
Shopify Partner
11699 2293 2475

I hope it can help. 😊

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.