Description
Gets how old birthdate to a date.
Keywords
Publisher
Description
Converts a given string, number, or Date object to the number of milliseconds since the Unix epoch, provided that it can be recognized as millisecond, second, or microsecond time within a specified range from the current date.
Keywords
Publisher
Description
Convert seconds/minutes/hours/days/weeks/months/years to milliseconds with a simple line! # Installation ``` npm i mseasy ``` # Example ```js const mseasy = require('mseasy');
Keywords
Publisher
Description
a small utility for converting between duration units.
Keywords
- duration
- period
- time
- humanize
- hours
- minutes
- seconds
- days
- years
- months
- decades
- milleniums
- milliseconds
- nanoseconds
Publisher
Description
This is a module for calculating dog years
Keywords
Publisher
Description
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere
Keywords
Publisher
Description
A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.
Keywords
- TypeScript
- isNullOrUndefined
- isEmpty
- isEqual
- asyncForEach
- delay
- convertTimeUnits
- getToday
- setEndOfDay
- setEndOfHour
- setEndOfMinute
- setEndOfMonth
- setEndOfSecond
- setEndOfWeek
- View more