UNPKG

persian-date

Version:

Javascript date library for parsing, validating, manipulating, and formatting persian dates System.

18 lines (16 loc) 434 B
/** * Constants * @module constants */ module.exports = { durationUnit: { year: ['y', 'years', 'year'], month: ['M', 'months', 'month'], day: ['d', 'days', 'day'], hour: ['h', 'hours', 'hour'], minute: ['m', 'minutes', 'minute'], second: ['s', 'second', 'seconds'], millisecond: ['ms', 'milliseconds', 'millisecond'], week: ['W', 'w', 'weeks', 'week'], } };