diff --git a/LICENSE b/LICENSE index 8a08e08e..83fe87fc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2019 bluefox , +Copyright (c) 2014-2020 bluefox , Copyright (c) 2014 hobbyquaker diff --git a/README.md b/README.md index cedd7ebe..0cd532af 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,6 @@ And then call "npm run build". The MIT License (MIT) -Copyright (c) 2014-2019 bluefox , +Copyright (c) 2014-2020 bluefox , Copyright (c) 2014 hobbyquaker diff --git a/main.js b/main.js index c0888b51..ed964509 100644 --- a/main.js +++ b/main.js @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (c) 2014-2019 bluefox , + * Copyright (c) 2014-2020 bluefox , * * Copyright (c) 2014 hobbyquaker */ @@ -1556,4 +1556,4 @@ if (module.parent) { } else { // or start the instance directly startAdapter(); -} \ No newline at end of file +} diff --git a/src/src/Components/Schedule.js b/src/src/Components/Schedule.js index c59b8304..be25167a 100644 --- a/src/src/Components/Schedule.js +++ b/src/src/Components/Schedule.js @@ -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 /> );