Reply To: shortening the year

Author
Reply
  • #1324

    Hi,

    Yes, there is a parameter for it in the mode object: digitsYears. So, you can have something like this:

    jQuery("#stac-example-six").smartTimerCounter({
      model: {
        digitsYears: 2
      }
    });

    Regards,
    Milan