countdowntimer
Version:
Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.
13 lines (11 loc) • 391 B
JavaScript
/* https://harshen.github.io/jQuery-countdownTimer/
* Greek localisation for jQuery CountdownTimer @version2.0.1
*/
(function($) {
'use strict';
$.fn.countdowntimer.regionalOptions = {
labels: ['Χρόνια','Μήνες','Μέρες','Ώρες','Λεπτά','Δευτερόλεπτα'],
digits: ['0','1','2','3','4','5','6','7','8','9'],
isRTL: false
};
})(jQuery);