Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

[SOLVED] Date display in blog view
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: [SOLVED] Date display in blog view

[SOLVED] Date display in blog view 10 years, 5 months ago #14037

Hello

The date display, which is quite nice, does not work with french language, only one part displays, i ve attached a screenshot.

If i turned the language back to english, it works perfectly

Re: Date display in blog view 10 years, 5 months ago #14067

Dear Olivier Mercier,

Could you please send us your live URl and if possible, the screenshots so that we could have closer look on the issue.

Thanks!

Re: Date display in blog view 10 years, 5 months ago #14123

Hello

here s the url to my test site , directly to the blog page

www.sitedetest.eu/blog-quebec

Re: Date display in blog view 10 years, 5 months ago #14176

Dear Olivier Mercier,

1. please go to your_site\templates\sj_health\html\layouts\joomla\content\info_block\publish_date.php and find:

$full_date = JHtml::_('date',$displayData['item']->publish_up, JText::_('DATE_FORMAT_LC4'));

=>
$full_date = date_format(date_create($displayData['item']->publish_up),'Y-m-d');


2. Date in article detail: go to your_site\templates\sj_health\html\com_content\article\default.php and find:

$full_date = JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC4'));


=>

 $full_date = date_format(date_create($this->item->publish_up),'Y-m-d');


Thanks!
The following user(s) said Thank You: diagnet

Re: Date display in blog view 10 years, 5 months ago #14324

thanks for the fix, it works !
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes