We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d98386 + 3a7a025 commit 7863133Copy full SHA for 7863133
1 file changed
readme.md
@@ -17,11 +17,13 @@ Date fields in models will have the date picker added.
17
18
Configure as part of your Angular app configuration as follows:
19
20
-```myApp.config(['uiDateConfig', function(uiDateConfig) {
21
- angular.extend(uiDateConfig, {
+```
+ myApp.config(['uiDateConfig', function(uiDateConfig) {
22
+ angular.extend(uiDateConfig, {
23
dateFormat: 'dd/mm/yy', // UK date format
24
firstDay: 1 // Monday week start
- });
25
+ });
26
+ }]);
27
```
28
29
For detailed options see the documentation at http://jqueryui.com/datepicker/
0 commit comments