-
AuthorPosts
-
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 9, 2016 at 1:55 am #966891Hi
Open templates/ja_magz_ii/templateHelper.php file
Findstatic $units = array( 'YEAR' => 31536000, 'MONTH' => 2592000, 'WEEK' => 604800, 'DAY' => 86400, 'HOUR' => 3600, 'MIN' => 60, 'SEC' => 1, );Change it to
return JText::sprintf(JHtml::_('date', $timespan, JText::_('DATE_FORMAT_LC3'))); static $units = array( 'YEAR' => 31536000, 'MONTH' => 2592000, 'WEEK' => 604800, 'DAY' => 86400, 'HOUR' => 3600, 'MIN' => 60, 'SEC' => 1, );September 16, 2016 at 6:07 pm #968740Big thanks! but missing hour and minutes… and text "de"
Current: 15 Setembro 2016
We like: DD/MM/YYY as 20h53min
"as" is TEXT in portuguese, to specified the time
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 12:51 pm #970201Please, we need help to change data format, dont working with Joomla developer
Need this format: DD/MM/yyyy – HH:mm – Wich line change or modify to this format?
Thanks!
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 22, 2016 at 3:32 pm #970246September 22, 2016 at 8:00 pm #970297The format LC2 or LC3, only show Hours
The format show is 1 january 2016 – 00:30 is too longWe Just need 01/01/2016 – 00:30 (dont work with Joomla or PHP developemnt)
Thanks!
Pankaj Sharma
Moderator
Pankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
September 23, 2016 at 3:30 am #970375Hi
with date format LC2 you will get this view : http://prntscr.com/cla69o
Go to //languages/en-GB/en-GB.ini
FindDATE_FORMAT_LC2="l, d F Y H:i"Replace it with
DATE_FORMAT_LC2=" d/m/y H:i"save and check you will have this view : http://prntscr.com/cla7vo
-
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by portosen 8 years, 4 months ago.
The topic ‘Change format date article’ is closed to new replies.