Skip to content

Tag Archives: NodeJS date-time

The date-and-time.Date.isLeapYear() is a minimalist collection of functions for manipulating JS date and time module which is used to check if the given year is… Read More
The date-and-time.Date.isSameDay() method is used to check if the given dates are the same or not. Required Module: Install the module by npm or used… Read More
The date-and-time.Date.locale() method is used to get or switch the locale from one into another language. Required Module: Install the module by npm or used… Read More
The date-and-time.Date.transform() method is used to transform date and time from the existing string format to new string format. Required Module: Install the module by… Read More
The date-and-time Date.addMilliseconds() method is used to add the extra Milliseconds to the existing date and time. Required Module: Install the module by npm or… Read More
The date-and-time.Date.addSeconds() method is used to add the extra Seconds to the existing date and time. Required Module: Install the module by npm or used… Read More
The date-and-time.Date.addMinutes() method is used to add the extra Minutes to the existing date and time. Required Module: Install the module by npm or used… Read More
The date-and-time Date.subtract() method is used to subtract the two date objects. Required Module: Install the module by npm or used it locally. By using… Read More
The date-and-time.Date.addHours() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Hours to the… Read More
The date-and-time.Date.addDays() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Days to the… Read More
The date-and-time.Date.addMonths() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Month to the… Read More
The date-and-time.Date.isValid() is a minimalist collection of functions for manipulating JS date and time module which is used to validate the particular date and time… Read More
The date-and-time.Date.preparse() is a minimalist collection of functions for manipulating JS date and time module which is used to pre-parse the date according to a… Read More
The date-and-time.Date.compile() is a minimalist collection of functions for manipulating JS date and time module which is used to compile a format string for the… Read More
The date-and-time.Date.parse() is a minimalist collection of functions for manipulating JS date and time module which is used to parse the date according to a… Read More

Start Your Coding Journey Now!