Creating a simple stopwatch with JavaScript
A stopwatch is a timepiece that allows you to measure the amount of time elapsed between two points in time. In this article, we’ll show you how to create a...
A stopwatch is a timepiece that allows you to measure the amount of time elapsed between two points in time. In this article, we’ll show you how to create a...
In this article, we’ll show you how to add presets to Date Range Picker in React. This example will help you to provide quick buttons in the picker to select...
Today, We’ll explain you how to identify Daylight Saving Time in PHP. PHP provides a way to check whether time is in Daylight Savings Time or not. Using the date()...
Today, we will show you how to get all Dates between two Dates in PHP. Here, we get the all dates array between the given start and end date which...
Today we will show you how to make the jQuery Multiselect DatePicker always open. In the previous articles, we explained how to implement multiselect date picker and how to fix...
When you are implementing a jQuery multi DatePicker then you may see the flickering issue on date selection. So in this article, you will see how to fix the flickering...
In this article, we will convert seconds to time string such as 10d 11h 44m 10s or 5h 10m 49s using Moment.js. Additionally, we need to use the moment-duration-format plugin...
In this short article, we will show you how to include text in the middle of Date format with Moment.js. Refer to the list of articles that are based on...
In this article, you will learn how to select multiple dates in jQuery DatePicker. There are so many libraries are available to implement the DatePicker but here we will show...
Sometimes we have to sort a date string array in JavaScript. In this article, we will show you how to sort a date string array using JavaScript. Checkout more articles...
In this short article, we’ll show you how to get the current day, month, and year in JavaScript. Here, we will use the pure vanilla JavaScript code to get the...
In this article, we will show you how to get the current date time of other countries in JavaScript. Here we will give you an example to get Dubai’s current...
Today, we’ll explain to you how to get the number of days between two dates using jQuery. Sometimes, we need to calculate the number of days between two dates. Using...
Today, we’ll explain to you how to get day name of a date using JavaScript. Sometimes we need to display the name of the day according to the given date....