diff options
Diffstat (limited to 'intern.gospeladlershof.de/konzert.php')
| -rw-r--r-- | intern.gospeladlershof.de/konzert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/konzert.php b/intern.gospeladlershof.de/konzert.php index f00aa32..8d17465 100644 --- a/intern.gospeladlershof.de/konzert.php +++ b/intern.gospeladlershof.de/konzert.php @@ -19,7 +19,7 @@ require_once __DIR__ . '/header.php'; <div class="form-group"> <label class="col-md-4 control-label" for="termin">Termin</label> <div class="col-md-4 ddate ddatepicker"> - <input id="termin" name="termin" type="text" placeholder="01.01.1970" class="form-control input-md" required=""> + <input id="termin" name="termin" type="text" placeholder="Januar 2038" class="form-control input-md" required=""> <!--span class="help-block">Bitte klicken, es öffnet sich ein Datepicker.</span--> </div> </div> |
