accessible-date
Advanced tools
Comparing version 1.3.0 to 2.0.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
@@ -8,18 +9,35 @@ | ||
## [Unreleased] | ||
- German Internationalization | ||
- Italian Internationalization | ||
## [2.0.0] - 2023-08-18 | ||
### Changed | ||
- Now supports `import`s instead of `require`s. | ||
- Removed `settings.ignore` option. This new version will now automagically ignore any words that aren’t part of the date patterns. | ||
## [1.3.0] - 2018-03-21 | ||
### Fixed | ||
- Added `settings.ignore` option to ignore certain words from being parsed. | ||
## [1.2.0] - 2018-03-21 | ||
### Added | ||
- Now supports French dates and times. | ||
## [1.1.0] - 2018-03-20 | ||
### Added | ||
- Now supports Spanish dates and times. | ||
## [1.0.0] - 2018-03-12 | ||
### Added | ||
- Initial commit. |
@@ -1,155 +0,145 @@ | ||
'use strict'; | ||
"use strict"; | ||
module.exports = function accessibleDate(date, options) { | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.default = accessibleDate; | ||
require("core-js/modules/es.regexp.exec.js"); | ||
require("core-js/modules/es.string.match.js"); | ||
require("core-js/modules/es.parse-int.js"); | ||
require("core-js/modules/es.string.replace.js"); | ||
require("core-js/modules/esnext.string.replace-all.js"); | ||
require("core-js/modules/es.string.trim.js"); | ||
function accessibleDate(date, options) { | ||
// Sanity check the function params | ||
if (!date) { | ||
console.error("accessible-date: You must supply a date in ISO format."); | ||
return ""; | ||
} | ||
const settings = { | ||
supportedLanguages: ["en", "es", "fr"], | ||
language: "", | ||
military: false, | ||
format: "" | ||
}; | ||
if (!options.format || typeof options.format !== "string") { | ||
console.error("accessible-date: You must supply a format."); | ||
return ""; | ||
} | ||
settings.format = options.format; | ||
if (options.language) { | ||
const language = settings.supportedLanguages.find(lang => { | ||
return options.language === lang; | ||
}); | ||
settings.language = language || "en"; | ||
} | ||
if (options.military && typeof options.military === "boolean" && !settings.language.match(/es|fr/)) { | ||
settings.military = options.military; | ||
} | ||
// Sanity check the function params | ||
if (!date) { | ||
console.error('accessible-date: You must supply a date in ISO format.'); | ||
return ''; | ||
// Add settings object that holds the parts of the date formatted | ||
const dateParts = { | ||
// Day (DD) | ||
day: { | ||
en: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], | ||
es: ["domingo", "lunes", "martes", "mi\xE9rcoles", "jueves", "viernes", "s\xE1bado"], | ||
fr: ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"] | ||
}, | ||
// Minute (MM) | ||
minute: { | ||
en: { | ||
standard: ["oh clock", "oh one", "oh two", "oh three", "oh four", "oh five", "oh six", "oh seven", "oh eight", "oh nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty-one", "twenty-two", "twenty-three", "twenty-four", "twenty-five", "twenty-six", "twenty-seven", "twenty-eight", "twenty-nine", "thirty", "thirty-one", "thirty-two", "thirty-three", "thirty-four", "thirty-five", "thirty-six", "thirty-seven", "thirty-eight", "thirty-nine", "fourty", "fourty-one", "fourty-two", "fourty-three", "fourty-four", "fourty-five", "fourty-six", "fourty-seven", "fourty-eight", "fourty-nine", "fifty", "fifty-one", "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six", "fifty-seven", "fifty-eight", "fifty-nine"], | ||
military: ["zero zero", "zero one", "zero two", "zero three", "zero four", "zero five", "zero six", "zero seven", "zero eight", "zero nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty-one", "twenty-two", "twenty-three", "twenty-four", "twenty-five", "twenty-six", "twenty-seven", "twenty-eight", "twenty-nine", "thirty", "thirty-one", "thirty-two", "thirty-three", "thirty-four", "thirty-five", "thirty-six", "thirty-seven", "thirty-eight", "thirty-nine", "fourty", "fourty-one", "fourty-two", "fourty-three", "fourty-four", "fourty-five", "fourty-six", "fourty-seven", "fourty-eight", "fourty-nine", "fifty", "fifty-one", "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six", "fifty-seven", "fifty-eight", "fifty-nine"] | ||
}, | ||
es: { | ||
standard: ["", "y uno", "y dos", "y tres", "y cuatro", "y cinco", "y seis", "y siete", "y ocho", "y nueve", "y diez", "y once", "y doce", "y trece", "y catorce", "y cuarto", "y dieceseis", "y diecesiete", "y dieceocho", "y diecenueve", "y veinte", "y veintiuno", "y veintid\xF3s", "y veintitr\xE9s", "y veinticuatro", "y veinticinco", "y veintis\xE9is", "y veintisiete", "y veintiocho", "y veintinueve", "y media", "y treinta y uno", "y treinta y dos", "y treinta y tres", "y treinta y cuatro", "y treinta y cinco", "y treinta y seis", "y treinta y siete", "y trienta y ocho", "y treinta y nueve", "y cuarenta", "y cuarenta y uno", "y curatenta y dos", "y cuarenta y trece", "y cuarenta y cuatro", "y cuarenta y cinco", "y cuarenta y seis", "y cuarenta y siete", "y cuarenta y ocho", "y cuarenta y nueve", "y cincuenta", "y cincuenta y uno", "y cincuenta y dos", "y cincuenta y trece", "y cincuenta y cuatro", "y cincuenta y cinco", "y cincuenta y seis", "y cincuenta y siete", "y cincuenta y ocho", "y cincuenta y nueve"] | ||
}, | ||
fr: { | ||
standard: ["", "une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "neuf", "dix", "onze", "douze", "treize", "quatorze", "quinze", "seize", "dix-sept", "dix-huit", "dix-neuf", "vingt", "vingt et un", "vingt-deux", "vingt-trois", "vingt-quatre", "vingt-cinq", "vingt-six", "vingt-sept", "vingt-huit", "vingt-neuf", "trente", "Trente et un", "Trente-deux", "Trente-trois", "Trente-quatre", "Trente-cinq", "Trente-six", "Trente-sept", "Trente-huit", "Trente-neuf", "quarante", "quarante et un", "quarante-deux", "quarante-trois", "quarante-quatre", "quarante-cinq", "quarante-six", "quarante-sept", "quarante-huit", "quarante-neuf", "cinquante", "cinquante et un", "cinquante-deux", "cinquante-trois", "cinquante-quatre", "cinquante-cinq", "cinquante-six", "cinquante-sept", "cinquante-huit", "cinquante-neuf"] | ||
} | ||
}, | ||
// Date (D) | ||
date: { | ||
en: ["first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eigth", "ninth", "tenth", "eleventh", "twelfth", "thirteenth", "fourteenth", "fifteenth", "sixteenth", "seventeenth", "eighteenth", "nineteenth", "twentieth", "twenty-first", "twenty-second", "twenty-third", "twenty-fourth", "twenty-fifth", "twenty-sixth", "twenty-seventh", "twenty-eighth", "twenty-ninth", "thirtieth", "thirty-first"], | ||
es: ["uno", "dos", "tres", "cuatro", "cinco", "seis", "siete", "ocho", "nueve", "diez", "once", "doce", "trece", "catorce", "quince", "dieceseis", "diecesiete", "dieceocho", "diecenueve", "veinte", "veintiuno", "veintid\xF3s", "veintitr\xE9s", "veinticuatro", "veinticinco", "veintis\xE9is", "veintisiete", "veintiocho", "veintinueve", "treinta", "treinta y uno"], | ||
fr: ["une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "neuf", "dix", "onze", "douze", "treize", "quatorze", "quinze", "seize", "dix-sept", "dix-huit", "dix-neuf", "vingt", "vingt et un", "vingt-deux", "vingt-trois", "vingt-quatre", "vingt-cinq", "vingt-six", "vingt-sept", "vingt-huit", "vingt-neuf", "trente", "Trente et un"] | ||
}, | ||
// Hour (H) | ||
hour: { | ||
en: { | ||
standard: ["twelve", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven"], | ||
military: ["zero zero", "zero one", "zero two", "zero three", "zero four", "zero five", "zero six", "zero seven", "zero eight", "zero nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty-one", "twenty-two", "twenty-three"] | ||
}, | ||
es: { | ||
standard: ["doce", "uno", "dos", "trece", "cuatro", "cinco", "seis", "siete", "ocho", "nueve", "diez", "once", "doce", "uno", "dos", "trece", "cuatro", "cinco", "seis", "siete", "ocho", "nueve", "diez", "once"] | ||
}, | ||
fr: { | ||
standard: ["z\xE9ro", "une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "neuf", "dix", "onze", "douze", "treize", "quatorze", "quinze", "seize", "dix-sept", "dix-huit", "dix-neuf", "vingt", "vingt et un", "vingt-deux", "vingt-trois"] | ||
} | ||
}, | ||
// Month (M) | ||
month: { | ||
en: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], | ||
es: ["enero", "febrero", "marzo", "abril", "mayo", "junio", "julio", "agusto", "spetiembre", "octubre", "noviembre", "diciembre"], | ||
fr: ["janvier", "f\xE9vrier", "mars", "avril", "mai", "juin", "juillet", "ao\xFBt", "septembre", "octobre", "novembre", "d\xE9cembre"] | ||
}, | ||
// Second (S) | ||
second: { | ||
en: ["zero", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty-one", "twenty-two", "twenty-three", "twenty-four", "twenty-five", "twenty-six", "twenty-seven", "twenty-eight", "twenty-nine", "thirty", "thirty-one", "thirty-two", "thirty-three", "thirty-four", "thirty-five", "thirty-six", "thirty-seven", "thirty-eight", "thirty-nine", "fourty", "fourty-one", "fourty-two", "fourty-three", "fourty-four", "fourty-five", "fourty-six", "fourty-seven", "fourty-eight", "fourty-nine", "fifty", "fifty-one", "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six", "fifty-seven", "fifty-eight", "fifty-nine"], | ||
es: ["cero", "uno", "dos", "tres", "cuatro", "cinco", "seis", "siete", "ocho", "nueve", "diez", "once", "doce", "trece", "catorce", "quince", "dieceseis", "diecesiete", "dieceocho", "diecenueve", "veinte", "veintiuno", "veintid\xF3s", "veintitr\xE9s", "veinticuatro", "veinticinco", "veintis\xE9is", "veintisiete", "veintiocho", "veintinueve", "treinta", "treinta y uno", "treinta y dos", "treinta y tres", "treinta y cuatro", "treinta y cinco", "treinta y seis", "treinta y siete", "trienta y ocho", "treinta y nueve", "cuarenta", "cuarenta y uno", "curatenta y dos", "cuarenta y trece", "cuarenta y cuatro", "cuarenta y cinco", "cuarenta y seis", "cuarenta y siete", "cuarenta y ocho", "cuarenta y nueve", "cincuenta", "cincuenta y uno", "cincuenta y dos", "cincuenta y trece", "cincuenta y cuatro", "cincuenta y cinco", "cincuenta y seis", "cincuenta y siete", "cincuenta y ocho", "cincuenta y nueve"], | ||
fr: ["", "une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "neuf", "dix", "onze", "douze", "treize", "quatorze", "quinze", "seize", "dix-sept", "dix-huit", "dix-neuf", "vingt", "vingt et un", "vingt-deux", "vingt-trois", "vingt-quatre", "vingt-cinq", "vingt-six", "vingt-sept", "vingt-huit", "vingt-neuf", "trente", "Trente et un", "Trente-deux", "Trente-trois", "Trente-quatre", "Trente-cinq", "Trente-six", "Trente-sept", "Trente-huit", "Trente-neuf", "quarante", "quarante et un", "quarante-deux", "quarante-trois", "quarante-quatre", "quarante-cinq", "quarante-six", "quarante-sept", "quarante-huit", "quarante-neuf", "cinquante", "cinquante et un", "cinquante-deux", "cinquante-trois", "cinquante-quatre", "cinquante-cinq", "cinquante-six", "cinquante-sept", "cinquante-huit", "cinquante-neuf"] | ||
}, | ||
// Year (Y) | ||
year: { | ||
en: { | ||
century: ["", "one hundred", "two hundred", "three hundred", "four hundred", "five hundred", "six hundred", "seven hundred", "eight hundred", "nine hundred", "one thousand", "eleven hundred", "twelve hundred", "thirteen hundred", "fourteen hundred", "fifteen hundred", "sixteen hundred", "seventeen hundred", "eighteen hundred", "nineteen hundred", "two thousand", "twenty one"], | ||
decade: ["", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "eleven", "twelve", "thirteen", "fourteen", "fifteen", "sixteen", "seventeen", "eighteen", "nineteen", "twenty", "twenty-one", "twenty-two", "twenty-three", "twenty-four", "twenty-five", "twenty-six", "twenty-seven", "twenty-eight", "twenty-nine", "thirty", "thirty-one", "thirty-two", "thirty-three", "thirty-four", "thirty-five", "thirty-six", "thirty-seven", "thirty-eight", "thirty-nine", "fourty", "fourty-one", "fourty-two", "fourty-three", "fourty-four", "fourty-five", "fourty-six", "fourty-seven", "fourty-eight", "fourty-nine", "fifty", "fifty-one", "fifty-two", "fifty-three", "fifty-four", "fifty-five", "fifty-six", "fifty-seven", "fifty-eight", "fifty-nine", "sixty", "sixty-one", "sixty-two", "sixty-three", "sixty-four", "sixty-five", "sixty-six", "sixty-seven", "sixty-eight", "sixty-nine", "seventy", "seventy-one", "seventy-two", "seventy-three", "seventy-four", "seventy-five", "seventy-six", "seventy-seven", "seventy-eight", "seventy-nine", "eighty", "eighty-one", "eighty-two", "eighty-three", "eighty-four", "eighty-five", "eighty-six", "eighty-seven", "eighty-eight", "eighty-nine", "ninety", "ninety-one", "ninety-two", "ninety-three", "ninety-four", "ninety-five", "ninety-six", "ninety-seven", "ninety-eight", "ninety-nine"] | ||
}, | ||
es: { | ||
century: ["", "ciento", "doscientos", "trescientos", "cuatrocientos", "quinientos", "seiscientos", "setecientos", "ochocientos", "novecientos", "mil", "mil cien", "mil doscientos", "mil trescientos", "mil cuatrocientos", "mil quinientos", "mil seiscientos", "mil setecientos", "mil ochocientos", "mil novecientos", "dos mil", "dos mil cien"], | ||
decade: ["", "uno", "dos", "tres", "cuatro", "cinco", "seis", "siete", "ocho", "nueve", "diez", "once", "doce", "trece", "catorce", "quince", "dieceseis", "diecesiete", "dieceocho", "diecenueve", "veinte", "veintiuno", "veintid\xF3s", "veintitr\xE9s", "veinticuatro", "veinticinco", "veintis\xE9is", "veintisiete", "veintiocho", "veintinueve", "treinta", "treinta y uno", "treinta y dos", "treinta y tres", "treinta y cuatro", "treinta y cinco", "treinta y seis", "treinta y siete", "trienta y ocho", "treinta y nueve", "cuarenta", "cuarenta y uno", "curatenta y dos", "cuarenta y trece", "cuarenta y cuatro", "cuarenta y cinco", "cuarenta y seis", "cuarenta y siete", "cuarenta y ocho", "cuarenta y nueve", "cincuenta", "cincuenta y uno", "cincuenta y dos", "cincuenta y trece", "cincuenta y cuatro", "cincuenta y cinco", "cincuenta y seis", "cincuenta y siete", "cincuenta y ocho", "cincuenta y nueve", "sesenta", "sesenta y uno", "sesenta y dos", "sesenta y trece", "sesenta y cuatro", "sesenta y cinco", "sesenta y seis", "sesenta y siete", "sesenta y ocho", "sesenta y nueve", "setenta", "setenta y uno", "setenta y dos", "setenta y trece", "setenta y cuatro", "setenta y cinco", "setenta y seis", "setenta y siete", "setenta y ocho", "setenta y nueve", "ochenta", "ochenta y uno", "ochenta y dos", "ochenta y trece", "ochenta y cuatro", "ochenta y cinco", "ochenta y seis", "ochenta y siete", "ochenta y ocho", "ochenta y nueve", "noventa", "noventa y uno", "noventa y dos", "noventa y trece", "noventa y cuatro", "noventa y cinco", "noventa y seis", "noventa y siete", "noventa y ocho", "noventa y nueve"] | ||
}, | ||
fr: { | ||
century: ["", "cent", "deux cents", "trois cents", "quatre cents", "cinq cents", "six cents", "sept cents", "huit cents", "neuf cents", "mille", "mille cent", "mille deux cents", "mille trois cents", "mille quatre cents", "mille cinq cents", "mille six cents", "mille sept cents", "mille huit cents", "mille neuf cents", "deux mille", "deux mille cent"], | ||
decade: ["", "une", "deux", "trois", "quatre", "cinq", "six", "sept", "huit", "neuf", "dix", "onze", "douze", "treize", "quatorze", "quinze", "seize", "dix-sept", "dix-huit", "dix-neuf", "vingt", "vingt et un", "vingt-deux", "vingt-trois", "vingt-quatre", "vingt-cinq", "vingt-six", "vingt-sept", "vingt-huit", "vingt-neuf", "trente", "Trente et un", "Trente-deux", "Trente-trois", "Trente-quatre", "Trente-cinq", "Trente-six", "Trente-sept", "Trente-huit", "Trente-neuf", "quarante", "quarante et un", "quarante-deux", "quarante-trois", "quarante-quatre", "quarante-cinq", "quarante-six", "quarante-sept", "quarante-huit", "quarante-neuf", "cinquante", "cinquante et un", "cinquante-deux", "cinquante-trois", "cinquante-quatre", "cinquante-cinq", "cinquante-six", "cinquante-sept", "cinquante-huit", "cinquante-neuf", "soixante", "soixante et un", "soixante-deux", "soixante-trois", "soixante-quatre", "soixante-cinq", "soixante-six", "soixante-sept", "soixante-huit", "soixante-neuf", "soixante-dix", "soixante-et-onze", "soixante-douze", "soixante-treize", "soixante-quatorze", "soixante-quinze", "soixante-seize", "soixante-dix-sept", "soixante-dix-huit", "soixante-dix-neuf", "quatre-vingts", "quatre-vingt-un", "quatre-vingt-deux", "quatre-vingt-trois", "quatre-vingt-quatre", "quatre-vingt-cinq", "quatre-vingt-six", "quatre-vingt-sept", "quatre-vingt-huit", "quatre-vingt-neuf", "quatre-vingt-dix", "quatre-vingt-onze", "quatre-vingt-douze", "quatre-vingt-treize", "quatre-vingt-quatorze", "quatre-vingt-quinze", "quatre-vingt-seize", "quatre-vingt-dix-sept", "quatre-vingt-dix-huit", "quatre-vingt-dix-neuf"] | ||
} | ||
}, | ||
// Meridian (m) | ||
meridian: { | ||
en: ["a m", "p m"], | ||
es: ["de la ma\xF1ana", "de la tarde"], | ||
fr: ["du matin", "du soir"] | ||
} | ||
}; | ||
var settings = { | ||
supportedLanguages: ['en', 'es', 'fr'], | ||
language: '', | ||
military: false, | ||
format: '', | ||
ignore: ['heure', 'heures', 'minute', 'minutes', 'second', 'seconds', 'Day', 'Date', 'Hour', 'Month', 'Meridian', 'Second', 'Year'] | ||
}; | ||
// Convert the date using new Date(); | ||
const dateToFormat = new Date(date); | ||
const datePartsParsed = { | ||
DD: dateParts.day[settings.language][dateToFormat.getUTCDay()], | ||
MM: settings.military ? dateParts.minute[settings.language].military[dateToFormat.getUTCMinutes()] : dateParts.minute[settings.language].standard[dateToFormat.getUTCMinutes()], | ||
D: dateParts.date[settings.language][dateToFormat.getUTCDate() - 1], | ||
H: settings.military ? dateParts.hour[settings.language].military[dateToFormat.getUTCHours()] : dateParts.hour[settings.language].standard[dateToFormat.getUTCHours()], | ||
M: dateParts.month[settings.language][dateToFormat.getUTCMonth()], | ||
S: dateParts.date[settings.language][dateToFormat.getUTCSeconds()], | ||
Y: (() => { | ||
const year = "".concat(dateToFormat.getUTCFullYear()); | ||
let century = dateParts.year[settings.language].century[parseInt(year.substr(0, 2))]; | ||
let decade = dateParts.year[settings.language].decade[parseInt(year.substr(2, 3))]; | ||
return "".concat(century, " ").concat(decade); | ||
})(), | ||
m: settings.military ? "" : dateToFormat.getUTCHours() >= 12 ? dateParts.meridian[settings.language][1] : dateParts.meridian[settings.language][0] | ||
}; | ||
if (!options.format || typeof options.format !== 'string') { | ||
console.error('accessible-date: You must supply a format.'); | ||
return ''; | ||
} | ||
settings.format = options.format; | ||
if (options.language) { | ||
var language = settings.supportedLanguages.find(function (lang) { | ||
return options.language === lang; | ||
}); | ||
settings.language = language || 'en'; | ||
} | ||
if (options.military && typeof options.military === 'boolean' && !settings.language.match(/es|fr/)) { | ||
settings.military = options.military; | ||
} | ||
if (options.ignore && Array.isArray(options.ignore)) { | ||
options.ignore.forEach(function (ignoreString) { | ||
settings.ignore.push(ignoreString); | ||
}); | ||
} | ||
// Add settings object that holds the parts of the date formatted | ||
var dateParts = { | ||
// Day (DD) | ||
day: { | ||
en: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], | ||
es: ['domingo', 'lunes', 'martes', 'mi\xE9rcoles', 'jueves', 'viernes', 's\xE1bado'], | ||
fr: ['dimanche', 'lundi', 'mardi', 'mercredi', 'jeudi', 'vendredi', 'samedi'] | ||
}, | ||
// Minute (MM) | ||
minute: { | ||
en: { | ||
standard: ['oh clock', 'oh one', 'oh two', 'oh three', 'oh four', 'oh five', 'oh six', 'oh seven', 'oh eight', 'oh nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen', 'twenty', 'twenty-one', 'twenty-two', 'twenty-three', 'twenty-four', 'twenty-five', 'twenty-six', 'twenty-seven', 'twenty-eight', 'twenty-nine', 'thirty', 'thirty-one', 'thirty-two', 'thirty-three', 'thirty-four', 'thirty-five', 'thirty-six', 'thirty-seven', 'thirty-eight', 'thirty-nine', 'fourty', 'fourty-one', 'fourty-two', 'fourty-three', 'fourty-four', 'fourty-five', 'fourty-six', 'fourty-seven', 'fourty-eight', 'fourty-nine', 'fifty', 'fifty-one', 'fifty-two', 'fifty-three', 'fifty-four', 'fifty-five', 'fifty-six', 'fifty-seven', 'fifty-eight', 'fifty-nine'], | ||
military: ['zero zero', 'zero one', 'zero two', 'zero three', 'zero four', 'zero five', 'zero six', 'zero seven', 'zero eight', 'zero nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen', 'twenty', 'twenty-one', 'twenty-two', 'twenty-three', 'twenty-four', 'twenty-five', 'twenty-six', 'twenty-seven', 'twenty-eight', 'twenty-nine', 'thirty', 'thirty-one', 'thirty-two', 'thirty-three', 'thirty-four', 'thirty-five', 'thirty-six', 'thirty-seven', 'thirty-eight', 'thirty-nine', 'fourty', 'fourty-one', 'fourty-two', 'fourty-three', 'fourty-four', 'fourty-five', 'fourty-six', 'fourty-seven', 'fourty-eight', 'fourty-nine', 'fifty', 'fifty-one', 'fifty-two', 'fifty-three', 'fifty-four', 'fifty-five', 'fifty-six', 'fifty-seven', 'fifty-eight', 'fifty-nine'] | ||
}, | ||
es: { | ||
standard: ['', 'y uno', 'y dos', 'y tres', 'y cuatro', 'y cinco', 'y seis', 'y siete', 'y ocho', 'y nueve', 'y diez', 'y once', 'y doce', 'y trece', 'y catorce', 'y cuarto', 'y dieceseis', 'y diecesiete', 'y dieceocho', 'y diecenueve', 'y veinte', 'y veintiuno', 'y veintid\xF3s', 'y veintitr\xE9s', 'y veinticuatro', 'y veinticinco', 'y veintis\xE9is', 'y veintisiete', 'y veintiocho', 'y veintinueve', 'y media', 'y treinta y uno', 'y treinta y dos', 'y treinta y tres', 'y treinta y cuatro', 'y treinta y cinco', 'y treinta y seis', 'y treinta y siete', 'y trienta y ocho', 'y treinta y nueve', 'y cuarenta', 'y cuarenta y uno', 'y curatenta y dos', 'y cuarenta y trece', 'y cuarenta y cuatro', 'y cuarenta y cinco', 'y cuarenta y seis', 'y cuarenta y siete', 'y cuarenta y ocho', 'y cuarenta y nueve', 'y cincuenta', 'y cincuenta y uno', 'y cincuenta y dos', 'y cincuenta y trece', 'y cincuenta y cuatro', 'y cincuenta y cinco', 'y cincuenta y seis', 'y cincuenta y siete', 'y cincuenta y ocho', 'y cincuenta y nueve'] | ||
}, | ||
fr: { | ||
standard: ['', 'une', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix-sept', 'dix-huit', 'dix-neuf', 'vingt', 'vingt et un', 'vingt-deux', 'vingt-trois', 'vingt-quatre', 'vingt-cinq', 'vingt-six', 'vingt-sept', 'vingt-huit', 'vingt-neuf', 'trente', 'Trente et un', 'Trente-deux', 'Trente-trois', 'Trente-quatre', 'Trente-cinq', 'Trente-six', 'Trente-sept', 'Trente-huit', 'Trente-neuf', 'quarante', 'quarante et un', 'quarante-deux', 'quarante-trois', 'quarante-quatre', 'quarante-cinq', 'quarante-six', 'quarante-sept', 'quarante-huit', 'quarante-neuf', 'cinquante', 'cinquante et un', 'cinquante-deux', 'cinquante-trois', 'cinquante-quatre', 'cinquante-cinq', 'cinquante-six', 'cinquante-sept', 'cinquante-huit', 'cinquante-neuf'] | ||
} | ||
}, | ||
// Date (D) | ||
date: { | ||
en: ['first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eigth', 'ninth', 'tenth', 'eleventh', 'twelfth', 'thirteenth', 'fourteenth', 'fifteenth', 'sixteenth', 'seventeenth', 'eighteenth', 'nineteenth', 'twentieth', 'twenty-first', 'twenty-second', 'twenty-third', 'twenty-fourth', 'twenty-fifth', 'twenty-sixth', 'twenty-seventh', 'twenty-eighth', 'twenty-ninth', 'thirtieth', 'thirty-first'], | ||
es: ['uno', 'dos', 'tres', 'cuatro', 'cinco', 'seis', 'siete', 'ocho', 'nueve', 'diez', 'once', 'doce', 'trece', 'catorce', 'quince', 'dieceseis', 'diecesiete', 'dieceocho', 'diecenueve', 'veinte', 'veintiuno', 'veintid\xF3s', 'veintitr\xE9s', 'veinticuatro', 'veinticinco', 'veintis\xE9is', 'veintisiete', 'veintiocho', 'veintinueve', 'treinta', 'treinta y uno'], | ||
fr: ['une', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix-sept', 'dix-huit', 'dix-neuf', 'vingt', 'vingt et un', 'vingt-deux', 'vingt-trois', 'vingt-quatre', 'vingt-cinq', 'vingt-six', 'vingt-sept', 'vingt-huit', 'vingt-neuf', 'trente', 'Trente et un'] | ||
}, | ||
// Hour (H) | ||
hour: { | ||
en: { | ||
standard: ['twelve', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven'], | ||
military: ['zero zero', 'zero one', 'zero two', 'zero three', 'zero four', 'zero five', 'zero six', 'zero seven', 'zero eight', 'zero nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen', 'twenty', 'twenty-one', 'twenty-two', 'twenty-three'] | ||
}, | ||
es: { | ||
standard: ['doce', 'uno', 'dos', 'trece', 'cuatro', 'cinco', 'seis', 'siete', 'ocho', 'nueve', 'diez', 'once', 'doce', 'uno', 'dos', 'trece', 'cuatro', 'cinco', 'seis', 'siete', 'ocho', 'nueve', 'diez', 'once'] | ||
}, | ||
fr: { | ||
standard: ['z\xE9ro', 'une', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix-sept', 'dix-huit', 'dix-neuf', 'vingt', 'vingt et un', 'vingt-deux', 'vingt-trois'] | ||
} | ||
}, | ||
// Month (M) | ||
month: { | ||
en: ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'], | ||
es: ['enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio', 'julio', 'agusto', 'spetiembre', 'octubre', 'noviembre', 'diciembre'], | ||
fr: ['janvier', 'f\xE9vrier', 'mars', 'avril', 'mai', 'juin', 'juillet', 'ao\xFBt', 'septembre', 'octobre', 'novembre', 'd\xE9cembre'] | ||
}, | ||
// Second (S) | ||
second: { | ||
en: ['zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen', 'twenty', 'twenty-one', 'twenty-two', 'twenty-three', 'twenty-four', 'twenty-five', 'twenty-six', 'twenty-seven', 'twenty-eight', 'twenty-nine', 'thirty', 'thirty-one', 'thirty-two', 'thirty-three', 'thirty-four', 'thirty-five', 'thirty-six', 'thirty-seven', 'thirty-eight', 'thirty-nine', 'fourty', 'fourty-one', 'fourty-two', 'fourty-three', 'fourty-four', 'fourty-five', 'fourty-six', 'fourty-seven', 'fourty-eight', 'fourty-nine', 'fifty', 'fifty-one', 'fifty-two', 'fifty-three', 'fifty-four', 'fifty-five', 'fifty-six', 'fifty-seven', 'fifty-eight', 'fifty-nine'], | ||
es: ['cero', 'uno', 'dos', 'tres', 'cuatro', 'cinco', 'seis', 'siete', 'ocho', 'nueve', 'diez', 'once', 'doce', 'trece', 'catorce', 'quince', 'dieceseis', 'diecesiete', 'dieceocho', 'diecenueve', 'veinte', 'veintiuno', 'veintid\xF3s', 'veintitr\xE9s', 'veinticuatro', 'veinticinco', 'veintis\xE9is', 'veintisiete', 'veintiocho', 'veintinueve', 'treinta', 'treinta y uno', 'treinta y dos', 'treinta y tres', 'treinta y cuatro', 'treinta y cinco', 'treinta y seis', 'treinta y siete', 'trienta y ocho', 'treinta y nueve', 'cuarenta', 'cuarenta y uno', 'curatenta y dos', 'cuarenta y trece', 'cuarenta y cuatro', 'cuarenta y cinco', 'cuarenta y seis', 'cuarenta y siete', 'cuarenta y ocho', 'cuarenta y nueve', 'cincuenta', 'cincuenta y uno', 'cincuenta y dos', 'cincuenta y trece', 'cincuenta y cuatro', 'cincuenta y cinco', 'cincuenta y seis', 'cincuenta y siete', 'cincuenta y ocho', 'cincuenta y nueve'], | ||
fr: ['', 'une', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix-sept', 'dix-huit', 'dix-neuf', 'vingt', 'vingt et un', 'vingt-deux', 'vingt-trois', 'vingt-quatre', 'vingt-cinq', 'vingt-six', 'vingt-sept', 'vingt-huit', 'vingt-neuf', 'trente', 'Trente et un', 'Trente-deux', 'Trente-trois', 'Trente-quatre', 'Trente-cinq', 'Trente-six', 'Trente-sept', 'Trente-huit', 'Trente-neuf', 'quarante', 'quarante et un', 'quarante-deux', 'quarante-trois', 'quarante-quatre', 'quarante-cinq', 'quarante-six', 'quarante-sept', 'quarante-huit', 'quarante-neuf', 'cinquante', 'cinquante et un', 'cinquante-deux', 'cinquante-trois', 'cinquante-quatre', 'cinquante-cinq', 'cinquante-six', 'cinquante-sept', 'cinquante-huit', 'cinquante-neuf'] | ||
}, | ||
// Year (Y) | ||
year: { | ||
en: { | ||
century: ['', 'one hundred', 'two hundred', 'three hundred', 'four hundred', 'five hundred', 'six hundred', 'seven hundred', 'eight hundred', 'nine hundred', 'one thousand', 'eleven hundred', 'twelve hundred', 'thirteen hundred', 'fourteen hundred', 'fifteen hundred', 'sixteen hundred', 'seventeen hundred', 'eighteen hundred', 'nineteen hundred', 'two thousand', 'twenty one'], | ||
decade: ['', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve', 'thirteen', 'fourteen', 'fifteen', 'sixteen', 'seventeen', 'eighteen', 'nineteen', 'twenty', 'twenty-one', 'twenty-two', 'twenty-three', 'twenty-four', 'twenty-five', 'twenty-six', 'twenty-seven', 'twenty-eight', 'twenty-nine', 'thirty', 'thirty-one', 'thirty-two', 'thirty-three', 'thirty-four', 'thirty-five', 'thirty-six', 'thirty-seven', 'thirty-eight', 'thirty-nine', 'fourty', 'fourty-one', 'fourty-two', 'fourty-three', 'fourty-four', 'fourty-five', 'fourty-six', 'fourty-seven', 'fourty-eight', 'fourty-nine', 'fifty', 'fifty-one', 'fifty-two', 'fifty-three', 'fifty-four', 'fifty-five', 'fifty-six', 'fifty-seven', 'fifty-eight', 'fifty-nine', 'sixty', 'sixty-one', 'sixty-two', 'sixty-three', 'sixty-four', 'sixty-five', 'sixty-six', 'sixty-seven', 'sixty-eight', 'sixty-nine', 'seventy', 'seventy-one', 'seventy-two', 'seventy-three', 'seventy-four', 'seventy-five', 'seventy-six', 'seventy-seven', 'seventy-eight', 'seventy-nine', 'eighty', 'eighty-one', 'eighty-two', 'eighty-three', 'eighty-four', 'eighty-five', 'eighty-six', 'eighty-seven', 'eighty-eight', 'eighty-nine', 'ninety', 'ninety-one', 'ninety-two', 'ninety-three', 'ninety-four', 'ninety-five', 'ninety-six', 'ninety-seven', 'ninety-eight', 'ninety-nine'] | ||
}, | ||
es: { | ||
century: ['', 'ciento', 'doscientos', 'trescientos', 'cuatrocientos', 'quinientos', 'seiscientos', 'setecientos', 'ochocientos', 'novecientos', 'mil', 'mil cien', 'mil doscientos', 'mil trescientos', 'mil cuatrocientos', 'mil quinientos', 'mil seiscientos', 'mil setecientos', 'mil ochocientos', 'mil novecientos', 'dos mil', 'dos mil cien'], | ||
decade: ['', 'uno', 'dos', 'tres', 'cuatro', 'cinco', 'seis', 'siete', 'ocho', 'nueve', 'diez', 'once', 'doce', 'trece', 'catorce', 'quince', 'dieceseis', 'diecesiete', 'dieceocho', 'diecenueve', 'veinte', 'veintiuno', 'veintid\xF3s', 'veintitr\xE9s', 'veinticuatro', 'veinticinco', 'veintis\xE9is', 'veintisiete', 'veintiocho', 'veintinueve', 'treinta', 'treinta y uno', 'treinta y dos', 'treinta y tres', 'treinta y cuatro', 'treinta y cinco', 'treinta y seis', 'treinta y siete', 'trienta y ocho', 'treinta y nueve', 'cuarenta', 'cuarenta y uno', 'curatenta y dos', 'cuarenta y trece', 'cuarenta y cuatro', 'cuarenta y cinco', 'cuarenta y seis', 'cuarenta y siete', 'cuarenta y ocho', 'cuarenta y nueve', 'cincuenta', 'cincuenta y uno', 'cincuenta y dos', 'cincuenta y trece', 'cincuenta y cuatro', 'cincuenta y cinco', 'cincuenta y seis', 'cincuenta y siete', 'cincuenta y ocho', 'cincuenta y nueve', 'sesenta', 'sesenta y uno', 'sesenta y dos', 'sesenta y trece', 'sesenta y cuatro', 'sesenta y cinco', 'sesenta y seis', 'sesenta y siete', 'sesenta y ocho', 'sesenta y nueve', 'setenta', 'setenta y uno', 'setenta y dos', 'setenta y trece', 'setenta y cuatro', 'setenta y cinco', 'setenta y seis', 'setenta y siete', 'setenta y ocho', 'setenta y nueve', 'ochenta', 'ochenta y uno', 'ochenta y dos', 'ochenta y trece', 'ochenta y cuatro', 'ochenta y cinco', 'ochenta y seis', 'ochenta y siete', 'ochenta y ocho', 'ochenta y nueve', 'noventa', 'noventa y uno', 'noventa y dos', 'noventa y trece', 'noventa y cuatro', 'noventa y cinco', 'noventa y seis', 'noventa y siete', 'noventa y ocho', 'noventa y nueve'] | ||
}, | ||
fr: { | ||
century: ['', 'cent', 'deux cents', 'trois cents', 'quatre cents', 'cinq cents', 'six cents', 'sept cents', 'huit cents', 'neuf cents', 'mille', 'mille cent', 'mille deux cents', 'mille trois cents', 'mille quatre cents', 'mille cinq cents', 'mille six cents', 'mille sept cents', 'mille huit cents', 'mille neuf cents', 'deux mille', 'deux mille cent'], | ||
decade: ['', 'une', 'deux', 'trois', 'quatre', 'cinq', 'six', 'sept', 'huit', 'neuf', 'dix', 'onze', 'douze', 'treize', 'quatorze', 'quinze', 'seize', 'dix-sept', 'dix-huit', 'dix-neuf', 'vingt', 'vingt et un', 'vingt-deux', 'vingt-trois', 'vingt-quatre', 'vingt-cinq', 'vingt-six', 'vingt-sept', 'vingt-huit', 'vingt-neuf', 'trente', 'Trente et un', 'Trente-deux', 'Trente-trois', 'Trente-quatre', 'Trente-cinq', 'Trente-six', 'Trente-sept', 'Trente-huit', 'Trente-neuf', 'quarante', 'quarante et un', 'quarante-deux', 'quarante-trois', 'quarante-quatre', 'quarante-cinq', 'quarante-six', 'quarante-sept', 'quarante-huit', 'quarante-neuf', 'cinquante', 'cinquante et un', 'cinquante-deux', 'cinquante-trois', 'cinquante-quatre', 'cinquante-cinq', 'cinquante-six', 'cinquante-sept', 'cinquante-huit', 'cinquante-neuf', 'soixante', 'soixante et un', 'soixante-deux', 'soixante-trois', 'soixante-quatre', 'soixante-cinq', 'soixante-six', 'soixante-sept', 'soixante-huit', 'soixante-neuf', 'soixante-dix', 'soixante-et-onze', 'soixante-douze', 'soixante-treize', 'soixante-quatorze', 'soixante-quinze', 'soixante-seize', 'soixante-dix-sept', 'soixante-dix-huit', 'soixante-dix-neuf', 'quatre-vingts', 'quatre-vingt-un', 'quatre-vingt-deux', 'quatre-vingt-trois', 'quatre-vingt-quatre', 'quatre-vingt-cinq', 'quatre-vingt-six', 'quatre-vingt-sept', 'quatre-vingt-huit', 'quatre-vingt-neuf', 'quatre-vingt-dix', 'quatre-vingt-onze', 'quatre-vingt-douze', 'quatre-vingt-treize', 'quatre-vingt-quatorze', 'quatre-vingt-quinze', 'quatre-vingt-seize', 'quatre-vingt-dix-sept', 'quatre-vingt-dix-huit', 'quatre-vingt-dix-neuf'] | ||
} | ||
}, | ||
// Meridian (m) | ||
meridian: { | ||
en: ['a m', 'p m'], | ||
es: ['de la ma\xF1ana', 'de la tarde'], | ||
fr: ['du matin', 'du soir'] | ||
} | ||
}; | ||
// Convert the date using new Date(); | ||
var dateToFormat = new Date(date); | ||
var datePartsParsed = { | ||
DD: dateParts.day[settings.language][dateToFormat.getUTCDay()], | ||
MM: settings.military ? dateParts.minute[settings.language].military[dateToFormat.getUTCMinutes()] : dateParts.minute[settings.language].standard[dateToFormat.getUTCMinutes()], | ||
D: dateParts.date[settings.language][dateToFormat.getUTCDate() - 1], | ||
H: settings.military ? dateParts.hour[settings.language].military[dateToFormat.getUTCHours()] : dateParts.hour[settings.language].standard[dateToFormat.getUTCHours()], | ||
M: dateParts.month[settings.language][dateToFormat.getUTCMonth()], | ||
S: dateParts.date[settings.language][dateToFormat.getUTCSeconds()], | ||
Y: function () { | ||
var year = '' + dateToFormat.getUTCFullYear(); | ||
var century = dateParts.year[settings.language].century[parseInt(year.substr(0, 2))]; | ||
var decade = dateParts.year[settings.language].decade[parseInt(year.substr(2, 3))]; | ||
return century + ' ' + decade; | ||
}(), | ||
m: settings.military ? '' : dateToFormat.getUTCHours() >= 12 ? dateParts.meridian[settings.language][1] : dateParts.meridian[settings.language][0] | ||
}; | ||
// Format the date based off of the format requested | ||
// The final replace is there because if a dateParsedPart doesn’t exist, then it | ||
// will place it in as an additional space. This removes that space. | ||
var datePartsParsedArray = Object.keys(datePartsParsed); | ||
var formatArray = settings.format.split(' '); | ||
return formatArray.map(function (datePart) { | ||
var datePartFormatted = datePart; | ||
for (var j = 0; j < settings.ignore.length; j++) { | ||
if (datePart.indexOf(settings.ignore[j]) !== -1) { | ||
return datePartFormatted; | ||
} | ||
} | ||
for (var i = 0; i < datePartsParsedArray.length; i++) { | ||
if (datePart.indexOf(datePartsParsedArray[i]) !== -1) { | ||
datePartFormatted = datePart.replace(datePartsParsedArray[i], datePartsParsed[datePartsParsedArray[i]]); | ||
break; | ||
} | ||
} | ||
return datePartFormatted; | ||
}).join(' ').replace(' ', ' ').trim(); | ||
}; | ||
// Format the date based off of the format requested | ||
settings.format = " ".concat(settings.format, " "); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])DD(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["DD"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])MM(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["MM"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])D(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["D"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])H(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["H"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])M(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["M"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])S(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["S"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])Y(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["Y"]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])m(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed["m"]); | ||
return settings.format.replaceAll(" ", " ").trim(); | ||
} | ||
; |
{ | ||
"name": "accessible-date", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "Readable, accessible dates for screen readers.", | ||
@@ -11,5 +11,5 @@ "main": "dist/accessible-date.js", | ||
"scripts": { | ||
"test": "mocha --compilers js:babel-core/register --reporter spec", | ||
"build": "babel --presets babel-preset-env src --out-dir dist", | ||
"prepublish": "npm test; npm run build" | ||
"test": "jest", | ||
"build": "./node_modules/.bin/babel src --out-dir dist", | ||
"prepublish": "npm run test; npm run build" | ||
}, | ||
@@ -27,15 +27,11 @@ "keywords": [ | ||
], | ||
"author": "Barry Horbal <barry@barryhorbal.com>", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel-cli": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
"mocha": "^3.5.3" | ||
}, | ||
"babel": { | ||
"presets": [ | ||
"env" | ||
] | ||
}, | ||
"author": "Barry Horbal <barry@barryhorbal.com>", | ||
"license": "MIT" | ||
"@babel/cli": "^7.22.10", | ||
"@babel/core": "^7.22.10", | ||
"@babel/preset-env": "^7.22.10", | ||
"core-js": "^3.32.0", | ||
"jest": "^29.6.2" | ||
} | ||
} |
@@ -25,2 +25,4 @@ # accessible-date | ||
> **NOTE**: As of version `2.0.0` of *accessible-date*, we are now using native JavaScript import/exports. If you would like to `require` this module, you need to use versions `1.3.0` or earlier. | ||
You can install the module through npm: | ||
@@ -32,8 +34,8 @@ | ||
Then just require the module into your JavaScript file, and give it a timestamp and a settings object hash of options: | ||
Then just import the module into your JavaScript file, and give it a timestamp and a settings object hash of options: | ||
``` | ||
const accessibleDate = require('accessible-date'); | ||
const timestampElem = document.getElementById('timestamp'); | ||
const newAccessibleDate = accessibleDate(timestampElem.getAttribute('datetime'), { | ||
import accessibleDate from "accessible-date"; | ||
const timestampElem = document.getElementById("timestamp"); | ||
const newAccessibleDate = accessibleDate(timestampElem.getAttribute("datetime"), { | ||
format: `DD, M D, Y at H MM m`, | ||
@@ -75,2 +77,3 @@ language: `en`, | ||
How the returned string is formatted. You can use any combination of the following values: | ||
- `DD` - Day (ex: “Sunday,” “Monday,” etc) | ||
@@ -91,7 +94,4 @@ - `MM` - Minute (ex: “Twelve,” “Thirteen,” etc) | ||
`settings.ignore` - ***default*** Preset array of terms | ||
This should be an array of strings that you’d like to ignore when the date is parsed. This can help avoid mistakes that the parser might make. There is a predefined array of words, and your words will be added to that array. | ||
## Adding Extra Words | ||
*accessible-date* takes care of the values mentioned above in `settings.format`, but words outside of those values should be added on your own. For example, to speak the time in French, you would add the word "heures" after saying the hour as a number. Simply add that into the `settings.format` string, and *accessible-date* will ignore that value when parsing through the string. |
@@ -1,2 +0,2 @@ | ||
module.exports = function accessibleDate(date, options) { | ||
export default function accessibleDate(date, options) { | ||
@@ -6,3 +6,3 @@ // Sanity check the function params | ||
console.error(`accessible-date: You must supply a date in ISO format.`); | ||
return ''; | ||
return ``; | ||
} | ||
@@ -12,11 +12,10 @@ | ||
supportedLanguages: [`en`, `es`, `fr`], | ||
language: '', | ||
language: ``, | ||
military: false, | ||
format: '', | ||
ignore: [`heure`, `heures`, `minute`, `minutes`, `second`, `seconds`, `Day`, `Date`, `Hour`, `Month`, `Meridian`, `Second`, `Year`] | ||
format: `` | ||
}; | ||
if (!options.format || typeof options.format !== 'string') { | ||
if (!options.format || typeof options.format !== `string`) { | ||
console.error(`accessible-date: You must supply a format.`); | ||
return ''; | ||
return ``; | ||
} | ||
@@ -40,8 +39,2 @@ settings.format = options.format; | ||
if (options.ignore && Array.isArray(options.ignore)) { | ||
options.ignore.forEach(ignoreString => { | ||
settings.ignore.push(ignoreString); | ||
}); | ||
} | ||
// Add settings object that holds the parts of the date formatted | ||
@@ -137,26 +130,17 @@ const dateParts = { | ||
})(), | ||
m: settings.military ? '' : (dateToFormat.getUTCHours() >= 12) ? dateParts.meridian[settings.language][1] : dateParts.meridian[settings.language][0] | ||
m: settings.military ? `` : (dateToFormat.getUTCHours() >= 12) ? dateParts.meridian[settings.language][1] : dateParts.meridian[settings.language][0] | ||
}; | ||
// Format the date based off of the format requested | ||
// The final replace is there because if a dateParsedPart doesn’t exist, then it | ||
// will place it in as an additional space. This removes that space. | ||
const datePartsParsedArray = Object.keys(datePartsParsed); | ||
const formatArray = settings.format.split(' '); | ||
return formatArray.map(datePart => { | ||
let datePartFormatted = datePart; | ||
for (let j = 0; j < settings.ignore.length; j++) { | ||
if (datePart.indexOf(settings.ignore[j]) !== -1) { | ||
return datePartFormatted; | ||
} | ||
} | ||
for (let i = 0; i < datePartsParsedArray.length; i++) { | ||
if (datePart.indexOf(datePartsParsedArray[i]) !== -1) { | ||
datePartFormatted = datePart.replace(datePartsParsedArray[i], datePartsParsed[datePartsParsedArray[i]]); | ||
break; | ||
} | ||
} | ||
return datePartFormatted; | ||
}).join(' ').replace(' ', ' ').trim(); | ||
settings.format = ` ${settings.format} `; | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])DD(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`DD`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])MM(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`MM`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])D(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`D`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])H(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`H`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])M(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`M`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])S(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`S`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])Y(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`Y`]); | ||
settings.format = settings.format.replaceAll(/(?<=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])m(?=[\s!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~])/g, datePartsParsed[`m`]); | ||
return settings.format.replaceAll(` `, ` `).trim(); | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63350
12
539
5
1