• Hi,

    Can you please help mw with this issues… some of my tweet is 2 year old πŸ™‚ and have issues to showing correct format… instead “2 year ago” I get “- 2.4320053589548 year ago” .. can you please fix this?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dados

    (@dados)

    okay.. tnx

    Shane

    (@richardkanes)

    Hi there,

    Is your issue solved now? Let us know if you are still facing the issue.
    Currently, we do not have an update for the plugin.

    However, please try with the below steps:

    file is accesspress-twitter-feed/accesspress-twitter-feed.php and line 224

    you will find a code:
    $years = $total_days / 365;

    Replace the code with the below:
    $years = round($total_days / 365);

    Hope this will work for you.
    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Time Format – Elapsed Time: year format issues’ is closed to new replies.