/* Template Name: Qovex - Responsive Bootstrap 4 Admin Dashboard Author: Themesbrand Website: https://themesbrand.com/ Contact: themesbrand@gmail.com File: Comming sson */ $('[data-countdown]').each(function () { var $this = $(this), finalDate = $(this).data('countdown'); $this.countdown(finalDate, function (event) { $(this).html(event.strftime('' + '
%D روز
' + '
%H ساعت
' + '
%M دقیقه
' + '
%S ثانیه
')); }); });