shortening the year

Author
Topic
#1323

as it reads when you put in the year it’ll read 2014. i was wondering how i can get it to where it just reads 14

Viewing 1 replies (of 1 total)
Author
Replies
  • #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

Viewing 1 replies (of 1 total)
  • The topic ‘shortening the year’ is closed to new replies.