@carlosdiazz/lottodiz-shared 2.3.9 → 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,6 +39,8 @@ const validateDate = (date_verify, arrs) => {
|
|
|
39
39
|
// YELU ECUDADOR
|
|
40
40
|
format_dates.push(dayjs_1.default.utc(date_verify).format("DD [de] MMMM YYYY - dddd").toUpperCase());
|
|
41
41
|
format_dates.push(dayjs_1.default.utc(date_verify).format("D [de] MMMM YYYY - dddd").toUpperCase());
|
|
42
|
+
//SUERTE CHILE
|
|
43
|
+
format_dates.push(dayjs_1.default.utc(date_verify).format("dddd, DD [de] MMMM [del] YYYY").toUpperCase());
|
|
42
44
|
//! Ingles
|
|
43
45
|
dayjs_1.default.locale("en");
|
|
44
46
|
//Test
|