DateFormattingInfo
Provides the date formatting information for the current user.
Model-driven apps
{ "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }
Type: string
{ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "" }
Type: string[]
{ "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "" }
Type: string[]
"AM"
Type: string
Type: object
The calendar
object contains the following properties:
Name | Type | Description |
---|---|---|
algorithmType |
number |
1 |
calendarType |
number |
1 |
maxSupportedDateTime |
Date |
"/Date(253402300799999)/" |
minSupportedDateTime |
Date |
"/Date(-62135568000000)/" |
twoDigitYearMax |
number |
2029 |
Type: number
"/"
Type: string
{ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" }
Type: string[]
Type: number
The firstDayOfWeek
property can be set to one of the following values:
Value | Meaning |
---|---|
0 | Sunday |
1 | Monday |
2 | Tuesday |
3 | Wednesday |
4 | Thursday |
5 | Friday |
6 | Saturday |
"dddd, MMMM d, yyyy h:mm:ss tt"
Type: string
dddd, MMMM d, yyyy"
Type: string
"hh:mm:ss tt"
Type: string
"MMMM dd"
Type: string
{ "January", "February", "March", ... "December", "" }
Type: string[]
{ "January", "February", "March", ... "December", "" }
Type: string[]
"PM"
Type: string
"M/d/yyyy"
Type: string
"h:mm tt"
Type: string
{ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" }
Type: string[]
yyyy'-'MM'-'dd'T'HH':'mm':'ss"
Type: string
":"
Type: string
"yyyy'-'MM'-'dd HH':'mm':'ss'Z'"
Type: string
"MMMM yyyy"
Type: string
Power Apps component framework API reference
Power Apps component framework overview