Date (MDY)
Parse Definition
Date (MDY) | |||
---|---|---|---|
Description |
The Date (MDY) parse definition parses dates with format MDY into a set of tokens. |
||
Output Tokens | Day Month Year |
||
Example 1 | Input | Output Token | Output |
03-05-1969 | Day | 05 | |
Month | 03 | ||
Year | 1969 | ||
Example 2 | Input | Output Token | Output |
Δεκέμβριος 28 2025 | Day | 28 | |
Month | Δεκέμβριος | ||
Year | 2025 | ||
Example 3 | Input | Output Token | Output |
Oct-18-2066 | Day | 18 | |
Month | Oct | ||
Year | 2066 | ||
Example 4 | Input | Output Token | Output |
十一月 28 2025 | Day | 28 | |
Month | 十一月 | ||
Year | 2025 | ||
Example 5 | Input | Output Token | Output |
กุมภาพันธ์ 28 2025 | Day | 28 | |
Month | กุมภาพันธ์ | ||
Year | 2025 | ||
Example 6 | Input | Output Token | Output |
Січень 11 2021 | Day | 11 | |
Month | Січень | ||
Year | 2021 | ||
Remarks |