We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Real-time Clock

Home Forums Projects Real-time Clock

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #47763
    haris
    Customer
    #47768

    this looks nice! :good: :good: :good:

    Chief 3D Verger | LinkedIn | Twitter

    #47770
    haris
    Customer

    Thanks :good:

    #54754
    cralex75
    Customer

    hi i created a clock, hours / minutes / seconds
    it works fine, but the hour hand only moves when the time strikes, your watch works better, can you help me.

    Attachments:
    You must be logged in to view attached files.
    #54759
    haris
    Customer

    Yes sure let me find my puzzles

    harisimran1012@gmail.com

    #54807
    cralex75
    Customer

    are you successful to recover the puzzle for clock
    thanks.

    #54808
    kdv
    Participant
    registerInterval(1, function() {
        Seconds = getDateTime('SECONDS', false);
        Minutes = getDateTime('MINUTES', false);
        Minute_decimal = Minutes / 60;
        Hours = getDateTime('HOURS', false) + Minute_decimal;
        setObjTransform('Second_Dialer', false, 'rotation', ['', Seconds * 6, ''], false);
        setObjTransform('Minutes_Dialer', false, 'rotation', ['', Minutes * 6, ''], false);
        setObjTransform('Hour_Dialer', false, 'rotation', ['', Hours * 30, ''], false);
    });

    Minute_decimal = Minutes / 60;
    Hours = getDateTime(‘HOURS’, false) + Minute_decimal;

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #54815
    cralex75
    Customer

    :good:

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.