day

How to Find the Number of Days Occurs in a Year using Python

Submitted by razormist on

In this tutorial, we will program 'How to Find the Number of Days in a Year.' We will learn how to calculate the total number of days in a given year. The objective is to determine all the possible days in a year, accounting for leap years as well. I will provide a sample program to demonstrate the actual coding process in this tutorial.

Calendar Application Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Calendar Application project, a delightful blend of HTML, CSS, and JavaScript to create a sleek and functional calendar experience. This web-based application provides users with an intuitive interface to navigate seamlessly through different months, offering a visual representation of dates in a clear and stylish layout. The project showcases the power of front-end technologies

Get day, day of week, day of month, day of year, month, and year values from the current date using Java

Submitted by donbermoy on
In this tutorial, we will create a program that gets day, day of week, day of month, day of year, month, and year values from the current date using Java. I have already discussed how to get the date and time, but here in this program, we will breakdown and get the complete information on the current date. So, now let's start this tutorial! 1. Open JCreator or NetBeans and make a java program with a file name of subString.java. 2.