diff --git a/gw-create.php b/gw-create.php
index c16f22b..129434c 100644
--- a/gw-create.php
+++ b/gw-create.php
@@ -17,7 +17,8 @@ if ($createnew === "1"){
$profid = mysqli_real_escape_string($con, $_POST['professionid']);
list ($y, $m, $d) = explode('-', $bdate);
if (!checkdate($y, $m, $d)) {
- echo 'Date format is YYYY-MM-DD / 2005-04-28';
+ echo 'Date is invalid
';
+ echo 'Date format is YYYY-MM-DD / 2005-04-28
';
echo 'Please click HERE to try again';
echo '
Return to home.