Skip to content

Commit

Permalink
2019=>2020
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jan 26, 2020
1 parent c34ec55 commit 64d5798
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2019 bluefox <dogafox@gmail.com>,
Copyright (c) 2014-2020 bluefox <dogafox@gmail.com>,

Copyright (c) 2014 hobbyquaker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -252,6 +252,6 @@ And then call "npm run build".

The MIT License (MIT)

Copyright (c) 2014-2019 bluefox <dogafox@gmail.com>,
Copyright (c) 2014-2020 bluefox <dogafox@gmail.com>,

Copyright (c) 2014 hobbyquaker
4 changes: 2 additions & 2 deletions main.js
Expand Up @@ -3,7 +3,7 @@
*
* The MIT License (MIT)
*
* Copyright (c) 2014-2019 bluefox <dogafox@gmail.com>,
* Copyright (c) 2014-2020 bluefox <dogafox@gmail.com>,
*
* Copyright (c) 2014 hobbyquaker
*/
Expand Down Expand Up @@ -1556,4 +1556,4 @@ if (module.parent) {
} else {
// or start the instance directly
startAdapter();
}
}
2 changes: 1 addition & 1 deletion src/src/Components/Schedule.js
Expand Up @@ -184,7 +184,7 @@ function TextDate(props) {
{...other}
ref={inputRef}
mask={[/[0-3]/, /[0-9]/, '.', /[0-1]/, /[0-9]/, '.', '2', '0', /[0-9]/, /[0-9]/]}
placeholderChar={props.placeholder || '01.01.2019'}
placeholderChar={props.placeholder || '01.01.2020'}
showMask
/>
);
Expand Down

0 comments on commit 64d5798

Please sign in to comment.