What is Moment.js used for?, File handling, Date and time manipulation, Array sorting, Data encryption, How do you include Moment.js in a Node.js project?, require('moment'), import moment from 'date-module', const moment = require('time-manager'), include('moment.js'), Which method gets the current date and time using Moment.js?, moment.date(), moment.get(), moment(), moment.now(), What is the correct way to format the date as YYYY-MM-DD in Moment.js?, moment().format('YYYY-MM-DD'), moment().formatDate('YYYY-MM-DD'), moment().toDate('YYYY-MM-DD'), moment().toString('YYYY-MM-DD'), How do you add 7 days to the current date in Moment.js?, moment().addDays(7), moment().plus(7, 'days'), moment().add(7, 'days'), moment().add(7), What does moment().subtract(1, 'month') do?, Subtracts 1 day from the current date, Subtracts 1 hour from the current date, Subtracts 1 month from the current date, Subtracts 1 year from the current date, How can you get the day of the week for a specific date in Moment.js?, moment().day(), moment('2025-01-01').format('dddd'), moment().getDay(), moment().weekDay(), Which method is used to check the difference between two dates in days?, moment().diffInDays(otherDate), moment().difference(otherDate, 'days'), moment().diff(otherDate, 'days'), moment().daysBetween(otherDate), How do you parse a date in DD/MM/YYYY format using Moment.js?, moment('25/12/2025').toDate('DD/MM/YYYY'), moment('25/12/2025', 'DD/MM/YYYY'), moment('25-12-2025', 'DD-MM-YYYY'), moment().parse('25/12/2025', 'DD/MM/YYYY'), How do you get the current year using Moment.js?, moment().get('year'), moment().year(), moment().getYear(), Both A and B

Quiz#7 - NodeJS

by

Leaderboard

Visual style

Options

Switch template

Continue editing: ?