Code Monkey home page Code Monkey logo

Comments (2)

hilios avatar hilios commented on August 15, 2024

Hello,

There is difference between days and daysLeft, the latter is the amount of
days left that the sum does not complete a full week.

Instead you should try to use the day attribute, this will return the full
amount of days until the finish date. Did you understand the difference
between them?

Best regards,
Edson Hilios

2013/3/18 gaoguoxin [email protected]

https://f.cloud.github.com/assets/650529/270754/876dd1ec-8fd3-11e2-9d43-206075964426.jpg
hello hilios,recently I have used the jquey.counddown plugin for my web
application,but I found a problem that I can't get the realy left time,for
example: I set ToDate is '2013/03/30' but the left time is 5 days ,and the
current date is 2013/03/18.I'am in China,I guess the current date is
beijing time. but what's wrong I have ?
ex:
$(function() {

var currentDate = new Date();
$('div.clock').each(function(){
$(this).countdown($(this).attr('timer'), function(event) {
switch(event.type) {
case "seconds":

case "minutes":
case "hours":
case "days":
case "daysLeft":
$(this).find('span#'+event.type).html(event.value);
break;
case "finished":
$(this).html('finished');
break;
}
})
})

});
剩余 天 小时 分钟 秒

剩余

小时

分钟

剩余

小时

分钟

剩余

小时

分钟

剩余

小时

分钟


Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.

Edson Hilios
+55 11 999-283-107
http://edson.hilios.com.br http://www.edsonhilios.com.br

from jquery.countdown.

gaoguoxin avatar gaoguoxin commented on August 15, 2024

hey,@hilios,thanks,I've found it, daysLeft = days - weeks * 7 ,thank you very much

from jquery.countdown.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.