• Resolved drbyte2009

    (@drbyte2009)


    Hello all,

    On my home page i have a piece of text like,
    “at this moment it’s 10 years ago………..”

    I it possible to increase the number “10” then every year on the first of January?

    Thnx in advance,
    René

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    I wrote a plugin that has a shortcode “years-since”. You’re welcome to to the code — either make a plugin or put it in your theme’s functions.php

    https://github.com/sterndata/sdsplugin/blob/master/sterndata-plugin.php#L185

    usage:

    [years-since start="a year number"]
              returns years since a year number. For example, In business for [years-since start="1960"] years.
    Thread Starter drbyte2009

    (@drbyte2009)

    Hello Steve,

    Your script works perfect!
    I did a minor modification to display the number in digits an in my own language (dutch)

    $a = new NumberFormatter( 'nl',NumberFormatter::DECIMAL );

    Thanks a lot for the quick reply!!!

    René

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase number’ is closed to new replies.