/*========================================================================================= File Name: coming-soon.js Description: Coming Soon ---------------------------------------------------------------------------------------- Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template Author: PIXINVENT Author URL: http://www.themeforest.net/user/pixinvent ==========================================================================================*/ /******************************* * js of Countdown * ********************************/ $(document).ready(function () { var todayDate = new Date(); var dd = todayDate.getDate(); var mm = todayDate.getMonth(); var yy = todayDate.getFullYear(); if (mm >= 11) { mm = 1; yy += 1 } else { mm += 2; } var currentDate = (yy) + "/" + (mm) + "/" + dd; $('#clockImage').countdown(currentDate).on('update.countdown', function (event) { var $this = $(this).html(event.strftime('' + '
Week%!w
Day%!d
Hour%!H
Minute%!M
Second%!S
Week%!w
Day%!d
Hour%!H
Minute%!M
Second%!S
Week%!w
Day%!d
Hour%!H
Minute%!M
Second%!S