You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
header: 'default: custom function defined inside utils/date-time.js that only supports en-US locale',
36
+
desc: 'Constructor for time formatting. Follow this specificaction: '+
37
+
'ECMAScript Internationalization API 1.0 (ECMA-402).',
38
+
},
39
+
{
40
+
name: 'locale',
41
+
type: 'string',
42
+
header: 'default: en-US',
43
+
desc: 'Locale used for formatting date. If you are not using the default value, '+
44
+
'you have to provide a DateTimeFormat that supports it. You can use Intl.DateTimeFormat'+
45
+
' if it\'s supported by your environment. https://github.com/andyearnshaw/Intl.js is a good polyfill.',
// Intl is defined by the browser see http://caniuse.com/#search=intl
Copy file name to clipboardExpand all lines: docs/src/app/components/raw-code/date-picker-code.txt
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,10 @@
16
16
minDate={this.state.minDate}
17
17
maxDate={this.state.maxDate}
18
18
showYearSelector={this.state.showYearSelector} />
19
+
20
+
<DatePicker
21
+
hintText="fr version"
22
+
// Intl is defined by the browser see http://caniuse.com/#search=intl
0 commit comments