WOLFRAM

DatePattern[{"e1","e2",}]

represents the characters of a date with elements of type "ei" in StringExpression.

DatePattern[{"e1","e2",},sep]

allows separators that match the string expression sep.

Details

  • Possible element types "ei" are: "Year", "Quarter", "Month", "MonthName", "Day", "DayName", "Hour", "AMPM", "Minute", "Second".
  • If no explicit separator is specified, the "ei" must be separated by /, -, :, or . characters.

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

Compare a string to a list of date elements:

Out[1]=1

Compare to a list of time elements:

Out[1]=1

Compare to a pattern with all separators explicitly given:

Out[1]=1

Scope  (2)Survey of the scope of standard use cases

Date elements do not match out-of-range values:

Out[1]=1

Test a string allowing only "/" characters as separators:

Out[1]=1

Test the same string allowing only colon separators:

Out[2]=2

Applications  (1)Sample problems that can be solved with this function

Define a function only for month, year strings:

Out[2]=2

The function returns unevaluated for other input patterns:

Out[3]=3

Properties & Relations  (1)Properties of the function, and connections to other functions

DateString gives results that match a date pattern:

Out[1]=1
Out[2]=2
Wolfram Research (2007), DatePattern, Wolfram Language function, https://reference.wolfram.com/language/ref/DatePattern.html.
Wolfram Research (2007), DatePattern, Wolfram Language function, https://reference.wolfram.com/language/ref/DatePattern.html.

Text

Wolfram Research (2007), DatePattern, Wolfram Language function, https://reference.wolfram.com/language/ref/DatePattern.html.

Wolfram Research (2007), DatePattern, Wolfram Language function, https://reference.wolfram.com/language/ref/DatePattern.html.

CMS

Wolfram Language. 2007. "DatePattern." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DatePattern.html.

Wolfram Language. 2007. "DatePattern." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DatePattern.html.

APA

Wolfram Language. (2007). DatePattern. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DatePattern.html

Wolfram Language. (2007). DatePattern. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DatePattern.html

BibTeX

@misc{reference.wolfram_2025_datepattern, author="Wolfram Research", title="{DatePattern}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/DatePattern.html}", note=[Accessed: 25-May-2025 ]}

@misc{reference.wolfram_2025_datepattern, author="Wolfram Research", title="{DatePattern}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/DatePattern.html}", note=[Accessed: 25-May-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_datepattern, organization={Wolfram Research}, title={DatePattern}, year={2007}, url={https://reference.wolfram.com/language/ref/DatePattern.html}, note=[Accessed: 25-May-2025 ]}

@online{reference.wolfram_2025_datepattern, organization={Wolfram Research}, title={DatePattern}, year={2007}, url={https://reference.wolfram.com/language/ref/DatePattern.html}, note=[Accessed: 25-May-2025 ]}