From 6e7a0237e3badfb7da7bd72ff98c2fa5b6c8c578 Mon Sep 17 00:00:00 2001 From: Romain Lenzotti Date: Tue, 31 Dec 2024 15:37:00 +0100 Subject: [PATCH] docs: update json-mapper.md --- docs/docs/json-mapper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/json-mapper.md b/docs/docs/json-mapper.md index 4a941df4e2c..c4b3e96c540 100644 --- a/docs/docs/json-mapper.md +++ b/docs/docs/json-mapper.md @@ -262,7 +262,7 @@ and import the mapper in your application. <<< @/../packages/specs/json-mapper/src/components/DateMapper.spec.ts [Vitest] ::: -::: warn +::: warning Ts.ED doesn't transform Date to date format or hours format because it depends on each project guidelines. But you can easily implement a Date mapper for each format with the Date API or moment: