@sankhyalabs/core-docs 5.20.0-dev.44 → 5.20.0-dev.45
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.
- package/classes/DateUtils.md +8 -8
- package/package.json +1 -1
package/classes/DateUtils.md
CHANGED
@@ -40,7 +40,7 @@ Data a ser ajustada.
|
|
40
40
|
|
41
41
|
#### Source
|
42
42
|
|
43
|
-
src/utils/DateUtils.ts:
|
43
|
+
src/utils/DateUtils.ts:139
|
44
44
|
|
45
45
|
***
|
46
46
|
|
@@ -130,7 +130,7 @@ define se devemos considerar os segundos.
|
|
130
130
|
|
131
131
|
#### Source
|
132
132
|
|
133
|
-
src/utils/DateUtils.ts:
|
133
|
+
src/utils/DateUtils.ts:56
|
134
134
|
|
135
135
|
***
|
136
136
|
|
@@ -161,7 +161,7 @@ Informo: 2023-03-09 12:42:40 | Obtenho: 2023-03-09T12:42:47-03:00
|
|
161
161
|
|
162
162
|
#### Source
|
163
163
|
|
164
|
-
src/utils/DateUtils.ts:
|
164
|
+
src/utils/DateUtils.ts:189
|
165
165
|
|
166
166
|
***
|
167
167
|
|
@@ -213,7 +213,7 @@ Caso true retorna a data com informações de horário.
|
|
213
213
|
|
214
214
|
#### Source
|
215
215
|
|
216
|
-
src/utils/DateUtils.ts:
|
216
|
+
src/utils/DateUtils.ts:110
|
217
217
|
|
218
218
|
***
|
219
219
|
|
@@ -247,7 +247,7 @@ Informo: 2 | Obtenho: "02"
|
|
247
247
|
|
248
248
|
#### Source
|
249
249
|
|
250
|
-
src/utils/DateUtils.ts:
|
250
|
+
src/utils/DateUtils.ts:158
|
251
251
|
|
252
252
|
***
|
253
253
|
|
@@ -279,7 +279,7 @@ Quando ativado, retorna o primeiro dia do mês apenas para construir a data.
|
|
279
279
|
|
280
280
|
#### Source
|
281
281
|
|
282
|
-
src/utils/DateUtils.ts:
|
282
|
+
src/utils/DateUtils.ts:68
|
283
283
|
|
284
284
|
***
|
285
285
|
|
@@ -303,7 +303,7 @@ Timezone da data.
|
|
303
303
|
|
304
304
|
#### Source
|
305
305
|
|
306
|
-
src/utils/DateUtils.ts:
|
306
|
+
src/utils/DateUtils.ts:168
|
307
307
|
|
308
308
|
***
|
309
309
|
|
@@ -331,4 +331,4 @@ Determina se a data retornada deve conter informação de horário ou não. Por
|
|
331
331
|
|
332
332
|
#### Source
|
333
333
|
|
334
|
-
src/utils/DateUtils.ts:
|
334
|
+
src/utils/DateUtils.ts:127
|