Jump to content

Evgeny Bobokal

Clients
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Evgeny Bobokal's Achievements

  1. @newbie LAC Very nice plugin, thank you! But, is it compatible with 4.3.0?
  2. Awesome! This worked for me as well: {datetime="$comment->mapped('date')" norelative="true"}
  3. How to apply this to a $comment object? All fields and methods I tried to guess, it didn't work. Current template {$comment->dateLine()|raw} will generate: <time datetime="2016-05-18T16:33:57Z" title="05/18/2016 07:33 PM" data-short="May 18">May 18</time> But I need only this: 05/18/2016 07:33 PM
  4. We want to change relative to absolute dates too, e.g. "Posted 12 hours ago" to "07/13/2016 08:42 AM". I have found the following code in the template: {$comment->dateLine()|raw} Anything we tried to change here, it didn't work as expected. What can we do?
×
×
  • Create New...