countdowntimer
Version:
Reverse count down jQuery plugin for displaying countdown as per need. Also displays current time.
13 lines (11 loc) • 425 B
JavaScript
/* https://harshen.github.io/jQuery-countdownTimer/
* Gujarati localisation for jQuery CountdownTimer @version2.0.1
*/
(function($) {
'use strict';
$.fn.countdowntimer.regionalOptions = {
labels: ['વર્ષ','મહિનો','દિવસ','કલાક','મિનિટ','સેકન્ડ'],
digits: ['૦','૧','૨','૩','૪','૫','૬','૭','૮','૯'],
isRTL: false
};
})(jQuery);