How to change jquery.countdown.min Time
.Net
How to change jquery.countdown.min Time?
Problem:
I have coming soon template, that will display remaining timing, after that website will be ready for live. i have controls that is showing
remaining Days, Hours and Minuts. how i can modify that time, e.g. my website will be live after 30 days.?
Solution
As you download that theme there will be folder with name "js" in that folder you have a file with name "Script"
and in that script you can this code
var newYear = new Date();
newYear = new Date(2015, 12-1, 25);
$('.defaultCountdown').countdown({until: newYear, format: 'DHMS'});
this function take paramer meter as year, month and date.
Just chagne it to your required Date, counter will start from that day,
Note! Date sh;d be future date
How to change jquery.countdown.min Time?
Problem:
I have coming soon template, that will display remaining timing, after that website will be ready for live. i have controls that is showing
remaining Days, Hours and Minuts. how i can modify that time, e.g. my website will be live after 30 days.?
Solution
As you download that theme there will be folder with name "js" in that folder you have a file with name "Script"
and in that script you can this code
var newYear = new Date();
newYear = new Date(2015, 12-1, 25);
$('.defaultCountdown').countdown({until: newYear, format: 'DHMS'});
this function take paramer meter as year, month and date.
Just chagne it to your required Date, counter will start from that day,
Note! Date sh;d be future date
Share This with your friend by choosing any social account
You may also read following recent Post
![]() |
How old are you and what is your net worth? Also, what is your educational background and what sort of a job do you do? Do you enjoy your work?
47 By Nauman Shafi |
![]() |
create appointment booking page with available time slot using database ms sql server
50 By Junaid A |
![]() |
what is Asp.Net Core
64 By Junaid A |
![]() |
publish has encountered an error Object reference not set to an instance of an object A diagnostic log has been written to following location
96 By Junaid A |
![]() |
The provided URI scheme 'http' is invalid; expected 'https'." & vbCrLf & "Parameter name: via
105 By Junaid A |
![]() |
C# Language Basics
1667 By |
![]() |
Crud in Asp.NET using tabs
635 By Haider |
![]() |
Parser Error
699 By Usman Jafar |
![]() |
What are 3 C
192 By |
![]() |
what is .net
418 By |
![]() |
How to post uploaded file and form data in MVC using jquery?ts Common scenario where you want to pos
224 By |
![]() |
MVC url routing
263 By |
![]() |
Learn about Session
288 By |