Comments on: Create A Dynamic Calendar in HTML CSS & JavaScript https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/ CodingNepal is a blog dedicated to providing valuable and informative content about web development technologies such as HTML, CSS, JavaScript, and PHP. Wed, 11 Jan 2023 16:45:16 +0000 hourly 1 https://wordpress.org/?v=6.4.2 By: CodingNepal https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-15632 Wed, 11 Jan 2023 16:45:16 +0000 https://www.codingnepalweb.com/?p=2946#comment-15632 In reply to CScripts.

Thanks for bringing this bug to our attention. We have made the necessary updates to the code to ensure that the current day is correctly highlighted when navigating through the calendar.

]]>
By: CScripts https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-14903 Sat, 31 Dec 2022 10:27:45 +0000 https://www.codingnepalweb.com/?p=2946#comment-14903 * update message *

there is a problem when currMonth less then 0 or currMonth greater then 11. isToday is jumping to the first of the current month.

change
date = new Date(currYear, currMonth);
to
date = new Date(currYear, currMonth, new Date().getDate());

this will solve the problem.

]]>
By: CScripts https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-14901 Sat, 31 Dec 2022 10:19:50 +0000 https://www.codingnepalweb.com/?p=2946#comment-14901 there is a problem when currMonth 11. isToday is jumping to the first of the month.

change
date = new Date(currYear, currMonth);
to
date = new Date(currYear, currMonth, new Date().getDate());

this will solve the problem.

]]>
By: K1nd https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-12707 Mon, 14 Nov 2022 13:01:53 +0000 https://www.codingnepalweb.com/?p=2946#comment-12707 How can i translate moths?

]]>
By: K1nd https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-12706 Mon, 14 Nov 2022 12:44:03 +0000 https://www.codingnepalweb.com/?p=2946#comment-12706 How to make the first day of the week not Sunday, but Monday?

]]>
By: CodingNepal https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-11557 Tue, 11 Oct 2022 10:53:21 +0000 https://www.codingnepalweb.com/?p=2946#comment-11557 In reply to sonu singh.

You’ve to upload your project folder to the hosting. Login to hosting > go to file manager > go inside public_html and upload your project folder here. The name of your folder will be the url.

]]>
By: sonu singh https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-11499 Sat, 08 Oct 2022 15:18:16 +0000 https://www.codingnepalweb.com/?p=2946#comment-11499 bro how you add your javascript demo project on wordpress website

]]>
By: yyy https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-11382 Sun, 02 Oct 2022 07:15:39 +0000 https://www.codingnepalweb.com/?p=2946#comment-11382 thanks

]]>
By: Ghost https://www.codingnepalweb.com/dynamic-calendar-html-css-javascript/#comment-11337 Fri, 30 Sep 2022 14:47:33 +0000 https://www.codingnepalweb.com/?p=2946#comment-11337 Hi guy, can you try to make the story for an social website, yhank you so much

]]>