@fileverse-dev/dsheet 4.1.12 → 4.1.13

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.
@@ -10783,23 +10783,31 @@ If the value is FALSE, return the accrued interest from the first interest accru
10783
10783
  },
10784
10784
  { text: "Moneda", value: `${e}0.00`, example: `${e}1200.09` },
10785
10785
  { text: "", value: "split", example: "" },
10786
- { text: "Fecha", value: "yyyy-MM-dd", example: "2017-11-29" },
10786
+ { text: "Fecha", value: "d/M/yyyy", example: "29/11/2017" },
10787
10787
  { text: "Hora", value: "hh:mm AM/PM", example: "3:00 PM" },
10788
10788
  { text: "Hora 24H", value: "hh:mm", example: "15:00" },
10789
10789
  {
10790
10790
  text: "Fecha Hora",
10791
- value: "yyyy-MM-dd hh:mm AM/PM",
10792
- example: "2017-11-29 3:00 PM"
10791
+ value: "d/M/yyyy hh:mm AM/PM",
10792
+ example: "29/11/2017 3:00 PM"
10793
10793
  },
10794
10794
  {
10795
10795
  text: "Fecha Hora 24 H",
10796
- value: "yyyy-MM-dd hh:mm",
10797
- example: "2017-11-29 15:00"
10796
+ value: "d/M/yyyy hh:mm",
10797
+ example: "29/11/2017 15:00"
10798
10798
  },
10799
10799
  { text: "", value: "split", example: "" },
10800
10800
  { text: "Formatos personalizados", value: "fmtOtherSelf", example: "más" }
10801
10801
  ],
10802
10802
  dateFmtList: [
10803
+ {
10804
+ name: "5/8/1930",
10805
+ value: "d/M/yyyy"
10806
+ },
10807
+ {
10808
+ name: "05/08/1930",
10809
+ value: "dd/MM/yyyy"
10810
+ },
10803
10811
  {
10804
10812
  name: "1930-08-05",
10805
10813
  value: "yyyy-MM-dd"
@@ -10809,12 +10817,8 @@ If the value is FALSE, return the accrued interest from the first interest accru
10809
10817
  value: "yyyy/MM/dd"
10810
10818
  },
10811
10819
  {
10812
- name: "08-05",
10813
- value: "MM-dd"
10814
- },
10815
- {
10816
- name: "8-5",
10817
- value: "M-d"
10820
+ name: "5-8",
10821
+ value: "d-M"
10818
10822
  },
10819
10823
  {
10820
10824
  name: "13:30:30",