From 64d5798b3587dc562e26643e1db9b701920ed20c Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sun, 26 Jan 2020 23:02:46 +0100 Subject: [PATCH] 2019=>2020 --- LICENSE | 2 +- README.md | 2 +- main.js | 4 ++-- src/src/Components/Schedule.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) 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 /> );