for me the date, day, year are showing correctly, but those time and period are not showing, though i copied your source code because when i try the same error came
Bro what if the local time is not correct.. like my laptop time is wrong... so what to do.... or is this viedo showing the world time tutorial.... or how to make a digital clock according to location... do u know ??
Hi, I have been done all the things right and I have checked the mistakes also Every thing is working perfect but ‼️Im not able to see time changeing itself it's stuck with 0 hr/min/sec/months and year Wts the solution for this????....
hello i am using an atomic code editor I have 1 html and css file in the same folder, everything is ok but the hour is not coming how can I do it? Thank you
@@CodingSnow bro but I need your help when we view a single product how we can make that interface plse will you make a video on it I'm making an e-commerce website project 👍 it will help others too
@@BlockOfCode I've already done a video for a product card with a quick popup view. I think it might be helpful to you. Link - th-cam.com/video/tXbXQMKHTno/w-d-xo.html
Can someone explain what is the purpose of code lines number 47 - 50? I can see it works to configure the number of hour, minutes, and seconds. But actually how it works ? Sorry for bad english, thanks in advance :)
@@malamhari_ It is for the digits. hou.pad(2), min.pad(2), sec.pad(2) Imagine time is 06 : 08 : 04 PM Without 47-50 line function, time will display 6 : 8 : 4 PM without 2 digits. If it is .pad(5) like below, hou.pad(5), min.pad(5), sec.pad(5) Time will display 00006 : 00008 : 00004 PM
Hi I liked Your Video How Can I Make 24 Hours 45 munutes Clock In Html or other codes Like for Example Mars Time Has 24 hours 39 minutes Lets Say we Found A Planet That Has 24 Hours and 45 Minutes Thanks
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Check your code. All it takes for nothing to work is maybe a comma missing or some other typo. Trust me: been there, done that. It's frustrating when sh*t doesn't work, but in 9 out of 10 situations it's probably just a silly typo.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
It works smooth with the animation attribute...loved it!
Glad you liked it!
Where past the html code?
it works smoothly, can you make an updated version of this where if next day is new year then show firework show
for me the date, day, year are showing correctly, but those time and period are not showing, though i copied your source code because when i try the same error came
Thanks broo!! This is my second project to my learning
its not showing any thing like time is 00 :00: 00 am but why
me either
There is a bug , the time is between (12.00- 1.00) in that time it shows
exp: 12.14 AM which is actually to be 12.14PM ..
Who Just Came Here To Learn: -webkit-box-reflect
👇
thanks you very much . your work is clean AF xD . Keep the hard work
Fantastic!!
Thank you! ❤❤❤
Hi, transition property backrgound, box-shadow is not working for me
Excellent🤟🤟😁
❤❤❤
Wow.. this video is amazing..
Thank you ❤️
Wonderful! 😍😍😍
Thank you! ❤
*very help full **_Thank You_*
You are welcome! ❤
thank you verry much you are amazing person
Thankyou very much buddy. Great Tutorial.
You're most welcome!
Fabulous!
Which code editor is he using ?
Wow..💪💪
thanks ad this video , very nice
You're most welcome! ❤️❤️❤️
Awesome video and background music is amazing 🙃🙃
Thank you! ❤️
wow! love for BD
thanks for reply
Subscribed :) Nice work sir!!
You're welcome! :)
Bro what if the local time is not correct.. like my laptop time is wrong... so what to do.... or is this viedo showing the world time tutorial.... or how to make a digital clock according to location... do u know ??
i also did the same and it was amazing thank you
Bro clock in left align but need right how can i change it I try center into right but none to change
I'm using VScode and copy the all code but it's not working (Java code), so what I'm doing wrong.😅
I wanted to try this but it's not working.. lol I'll keep trying. This looks really cool!
Nice Works
thanks bro this video
You're welcome bro! ❤️
Thank you so much 🥰💓🥰
Yaaaassss 👨🏻💻 👌🏽🔥🔥🔥🔥💎🙏🏽
Nice works indeed :)
this line isn''t working -webkit-box-reflect: below 1px linear-gradient(transparent, rgba(255, 255, 255, 0.1)); . can you plz tell me why
Hi,
I have been done all the things right and I have checked the mistakes also
Every thing is working perfect but
‼️Im not able to see time changeing itself it's stuck with 0 hr/min/sec/months and year
Wts the solution for this????....
I am having an issue with the .pad(2) for the hours, minutes, and seconds if anyone could help me I would really appreciate it. Thank you!
I love this
Video is more than wonderful
Can you send the code to make sure that the codes are written correctly?
Glad you like it!
Source codes available in the channel website. Link in the description.
Hi! I have same code, but i changed that to 24h, but it is not working can you please say how to repair it
hello i am using an atomic code editor
I have 1 html and css file in the same folder,
everything is ok but the hour is not coming
how can I do it? Thank you
Hello! Check the code again. It will work.
@@CodingSnow ok. Thank you for your attention, have a nice day
same problem here
I'm doing this is vsc but why is the js part is in white color for my code pls help
Is this a dynamic webpage
Are You From? Where You Learned JS?
Bro your videos are Tooo good I liked it and subscribe 😉
Glad you liked it bro! 🙂
@@CodingSnow bro but I need your help when we view a single product how we can make that interface plse will you make a video on it I'm making an e-commerce website project 👍 it will help others too
@@BlockOfCode I've already done a video for a product card with a quick popup view. I think it might be helpful to you. Link - th-cam.com/video/tXbXQMKHTno/w-d-xo.html
Love it!
Thank you! ❤❤❤
Can someone explain what is the purpose of code lines number 47 - 50? I can see it works to configure the number of hour, minutes, and seconds. But actually how it works ? Sorry for bad english, thanks in advance :)
@@malamhari_ It is for the digits.
hou.pad(2), min.pad(2), sec.pad(2)
Imagine time is 06 : 08 : 04 PM
Without 47-50 line function, time will display 6 : 8 : 4 PM without 2 digits.
If it is .pad(5) like below,
hou.pad(5), min.pad(5), sec.pad(5)
Time will display 00006 : 00008 : 00004 PM
@@CodingSnow I see now it's all make sense, thank you again sir. You're very kind :D
thank you
Can you please tell where i am wrong... I have written the same code and everything is fine its just my clock is not uploading by itself....
use the below code at end of the script "var intervalId = window.setInterval(function(){
updateClock()
}, 1000); "
How can I make it so it's only Eastern time?
My code says "Cannot read property of firstChild of null." Have any tips?
Super🤟🤟❤️💓😘
Thank you! ❤❤❤
@@CodingSnow you're welcome🤟🤟😃
Im trying this with angular and Visual Code and its not working! any help ?
Thanks.
Linear-gradient not recoignized in my vscode.. any other option or solution?
Please make video how to download this software 🙏🙏🙏
Excellent work. Can you please fix a timezone like Europe/Berlin. Advance thanks.
Thank you and welcome! ❤. It is working with the timezone you in.
thanks
Which site you used for running the code
It's a code editor called Atom.
Thank a lot
You're welcome!
thx bro
I want ask, why the clock on my website doesn't work?
It should work. Did you try it with the downloaded source files?
@@CodingSnow ooh, i see... it's something wrong. Sorry, i was wrong. it's work. Thanks.
@@moch.irvansyah4127 You're welcome! ❤️❤️❤️
@@CodingSnow Source file? Are you thinking about the single *{} setting and the commented scripts, which cannot be used by default?
bro can you help me add a alarm clock in this code?
Thank you nice
th-cam.com/video/-FwQLAjqkN4/w-d-xo.html digital clock javascript project .
Most welcome ❤
AWesome
Thank you! ❤
I tried it with dreamweaver, it does not work
Super
Thanks! ❤❤❤
I don't know why in my case the data are not getting updated until i reload the page ?
same issue i'm having, did you have any luck in fixing it?
@@Tivinity no, still I am not able to fix that issue
you have to call the new date() function in setInterval method so that it gets updated every second
@@mm-sq4gb Thanks!
its not work how can me help !
plse sltion me
Hi
I liked Your Video
How Can I Make 24 Hours 45 munutes Clock
In Html or other codes
Like for Example Mars Time
Has 24 hours 39 minutes
Lets Say we Found A Planet
That Has 24 Hours and 45 Minutes
Thanks
The clock and everything works but the numbers are not moving does anyone know why this is happening?
same here, did you find a solution?
@@Tivinity No not yet
Bro how to put greater than or equal symbol please tell me
[altgr "y, shift7"] >=
>=
What's the program name?
Visual Studio Code editor
Your clock stuck at hover in Mobile
It does not works. I have a bit problem with JS
refiect works in crome but it doesn''t work on firefox
Use -moz instead -webkit
omg you also use atom
wow.............
how can i make this 24h clock?
Remove the javascript lines below.
if(hou == 0){
hou = 12;
}
if(hou > 12){
hou = hou - 12;
}
@@CodingSnow Thanks!
@@Makz31 You're welcome! ❤️
this code is'nt working 😫😫
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
copy of the html code pls
It's not working
hey my var lover boy you love var your life is var var var hahahahahahahaha
NONE OF IT WORKED
didnt work
Check your code. All it takes for nothing to work is maybe a comma missing or some other typo. Trust me: been there, done that. It's frustrating when sh*t doesn't work, but in 9 out of 10 situations it's probably just a silly typo.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
this is not working
If this is not working ew digital clock design tutorial available. Please check the latest videos.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.
Hello brother Brother, I am one of your subscriber brothers. I always like and comment on all your videos. Brother, I need your help right now. Please help me.