You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Write a JavaScript function that will return the number of minutes in hours and minutes..js Initial commit 5 years ago
Write a JavaScript function to add specified minutes to a Date object..js Initial commit 5 years ago
Write a JavaScript function to add specified months to a date..js Initial commit 5 years ago
Write a JavaScript function to add specified weeks to a date..js Initial commit 5 years ago
Write a JavaScript function to add specified years to a date..js Initial commit 5 years ago
Write a JavaScript function to calculate 'yesterday day'..js Initial commit 5 years ago
Write a JavaScript function to check whether an `input` is a date object or not..js Initial commit 5 years ago
Write a JavaScript function to compare dates (i.e. greater than, less than or equal to)..js Initial commit 5 years ago
Write a JavaScript function to convert a Unix timestamp to time..js Initial commit 5 years ago
Write a JavaScript function to count the number of days passed since beginning of the year..js Initial commit 5 years ago
Write a JavaScript function to find whether or not the date is in daylights savings time..js Initial commit 5 years ago
Write a JavaScript function to get 12-hour format of an hour with leading zeros..js Initial commit 5 years ago
Write a JavaScript function to get 24-hour format of an hour without leading zeros..js Initial commit 5 years ago
Write a JavaScript function to get English ordinal suffix for the day of the month, 2 characters (st, nd, rd or th.)..js Initial commit 5 years ago
Write a JavaScript function to get ISO-8601 numeric representation of the day of the week (1 (for Monday) to 7 (for Sunday))..js Initial commit 5 years ago
Write a JavaScript function to get ISO-8601 week number of year, weeks starting on Monday..js Initial commit 5 years ago
Write a JavaScript function to get Timezone..js Initial commit 5 years ago
Write a JavaScript function to get a full numeric representation of a year (4 digits)..js Initial commit 5 years ago
Write a JavaScript function to get a full textual representation of a month, such as January or June..js Initial commit 5 years ago
Write a JavaScript function to get a full textual representation of the day of the week (Sunday through Saturday)..js Initial commit 5 years ago
Write a JavaScript function to get a numeric representation of a month, with leading zeros (01 through 12)..js Initial commit 5 years ago
Write a JavaScript function to get a short textual representation of a month, three letters (Jan through Dec)..js Initial commit 5 years ago
Write a JavaScript function to get a textual representation of a day (three letters, Mon through Sun)..js Initial commit 5 years ago
Write a JavaScript function to get a two digit representation of a year..js Initial commit 5 years ago
Write a JavaScript function to get difference between two dates in days..js Initial commit 5 years ago
Write a JavaScript function to get difference to Greenwich time (GMT) in hours..js Initial commit 5 years ago
Write a JavaScript function to get minutes with leading zeros (00 to 59)..js Initial commit 5 years ago
Write a JavaScript function to get seconds with leading zeros (00 through 59)..js Initial commit 5 years ago
Write a JavaScript function to get the amount of days of a year..js Initial commit 5 years ago
Write a JavaScript function to get the current date..js Initial commit 5 years ago
Write a JavaScript function to get the day of the month, 2 digits with leading zeros..js Initial commit 5 years ago
Write a JavaScript function to get the last day of a month..js Initial commit 5 years ago
Write a JavaScript function to get the maximum date from an array of dates..js Initial commit 5 years ago
Write a JavaScript function to get the minimum date from an array of dates..js Initial commit 5 years ago
Write a JavaScript function to get the month end date..js Initial commit 5 years ago
Write a JavaScript function to get the month name from a particular date..js Initial commit 5 years ago
Write a JavaScript function to get the month start date..js Initial commit 5 years ago
Write a JavaScript function to get the number of days in a month..js Initial commit 5 years ago
Write a JavaScript function to get the quarter (1 to 4) of the year..js Initial commit 5 years ago
Write a JavaScript function to get the week end date..js Initial commit 5 years ago
Write a JavaScript function to get the week start date..js Initial commit 5 years ago
Write a JavaScript function to get time differences in days between two dates..js Initial commit 5 years ago
Write a JavaScript function to get time differences in hours between two dates..js Initial commit 5 years ago
Write a JavaScript function to get time differences in minutes between two dates..js Initial commit 5 years ago
Write a JavaScript function to get time differences in months between two dates..js Initial commit 5 years ago
Write a JavaScript function to get time differences in weeks between two dates..js Initial commit 5 years ago
Write a JavaScript function to get timezone offset in seconds..js Initial commit 5 years ago
Write a JavaScript function to get uppercase Ante meridiem and Post meridiem..js Initial commit 5 years ago
Write a JavaScript function to swatch Internet time (000 through 999)..js Initial commit 5 years ago
Write a JavaScript function to test whether a date is a weekend..js Initial commit 5 years ago
Write a JavaScript program to calculate age..js Initial commit 5 years ago