Skip to content

Commit 64d5798

Browse files
committed
2019=>2020
1 parent c34ec55 commit 64d5798

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

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

55
Copyright (c) 2014 hobbyquaker
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,6 @@ And then call "npm run build".
252252

253253
The MIT License (MIT)
254254

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

257257
Copyright (c) 2014 hobbyquaker

main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* The MIT License (MIT)
55
*
6-
* Copyright (c) 2014-2019 bluefox <dogafox@gmail.com>,
6+
* Copyright (c) 2014-2020 bluefox <dogafox@gmail.com>,
77
*
88
* Copyright (c) 2014 hobbyquaker
99
*/
@@ -1556,4 +1556,4 @@ if (module.parent) {
15561556
} else {
15571557
// or start the instance directly
15581558
startAdapter();
1559-
}
1559+
}

src/src/Components/Schedule.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function TextDate(props) {
184184
{...other}
185185
ref={inputRef}
186186
mask={[/[0-3]/, /[0-9]/, '.', /[0-1]/, /[0-9]/, '.', '2', '0', /[0-9]/, /[0-9]/]}
187-
placeholderChar={props.placeholder || '01.01.2019'}
187+
placeholderChar={props.placeholder || '01.01.2020'}
188188
showMask
189189
/>
190190
);

0 commit comments

Comments
 (0)