Skip to content

Commit 5ca2897

Browse files
committed
add date value formatting rules
1 parent 944a952 commit 5ca2897

File tree

1 file changed

+21
-0
lines changed
  • articles/cognitive-services/form-recognizer/quickstarts

1 file changed

+21
-0
lines changed

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,27 @@ The following value types and variations are currently supported:
161161
* `time`
162162
* `integer`
163163
164+
> [!NOTE]
165+
> See these rules for date formatting:
166+
>
167+
> The following characters can be used as DMY date delimiters: `, - / . \`. Whitespace cannot be used as a delimiter. For example:
168+
> * 01,01,2020
169+
> * 01-01-2020
170+
> * 01/01/2020
171+
>
172+
> The day and month can each be written as one or two digits, and the year can be two or four digits:
173+
> * 1-1-2020
174+
> * 1-01-20
175+
>
176+
> If a DMY date string has eight digits, the delimiter is optional:
177+
> * 01012020
178+
> * 01 01 2020
179+
>
180+
> The month can also be written as its full or short name. If the name is used, delimiter characters are optional:
181+
> * 01/Jan/2020
182+
> * 01Jan2020
183+
> * 01 Jan 2020
184+
164185
## Train a custom model
165186
166187
Click the Train icon on the left pane to open the Training page. Then click the **Train** button to begin training the model. Once the training process completes, you'll see the following information:

0 commit comments

Comments
 (0)