Today I am writing a useful code snippet which you can use in your websites or may be for yourself if you often forget the current day name like me. This code snippet is similar to my previous snippet as it’s also based on HTML CSS card, and I am using Date object in it to get the current date and showing in a card. See the Pen Automatic Today’s day name card – simple and easy by Tayab Raza (@TayabRaza) on CodePen.
Read MoreTag: Date
Vanilla JavaScript Digital clock with complete date and time
This code snippet is my one of the favourite snippet. I hope you will like it, in this code snippet I have created a digital clock which not even shows the time but also the complete date. As I have mentioned above, that digital clock shows the date as well, so I think many of you already have guessed that it would be based on the JavaScript Date object. I hope you will like my colour combinations, which are not so common. See the Pen Vanilla JavaScript Digital clock with…
Read More