Creates a DateTimeFormatter object that is initialized by a format template string and language list.
Syntax
var dateTimeFormatter = new Windows.Globalization.DateTimeFormatting.DateTimeFormatter(formatTemplate, languages);
Parameters
- formatTemplate
-
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
A format template string that specifies the requested components. The order of the components is irrelevant. This can also be a format pattern. See the remarks for the DateTimeFormatter class for a list of valid format templates and format patterns.
- languages
-
Type: IIterable<String> [JavaScript/C++] | System.Collections.Generic.IEnumerable<String> [.NET]
The list of language identifiers, in priority order, that represent the choice of languages. These identifiers are used for resolving the template to a pattern and for formatting.
Remarks
If your app passes language tags used in this class to any National Language Support functions, it must first convert the tags by calling ResolveLocaleName.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
- DateTimeFormatter
- DateTimeFormatter(String)
- DateTimeFormatter(String, IIterable(String), String, String, String)
- DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat)
- DateTimeFormatter(HourFormat, MinuteFormat, SecondFormat)
- DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String))
- DateTimeFormatter(YearFormat, MonthFormat, DayFormat, DayOfWeekFormat, HourFormat, MinuteFormat, SecondFormat, IIterable(String), String, String, String)
- Date and time formatting sample
Build date: 12/4/2012