mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -116,7 +116,7 @@ function checkdatum()
|
||||
Monat=Datum.substring(3,5);
|
||||
if (parseInt(Monat,10)<1 || parseInt(Monat,10)>12)
|
||||
{
|
||||
alert('Von-Datum Monat'+ document.getElementById('vondatum').value+ ' ist nicht richtig.);
|
||||
alert('Von-Datum Monat'+ document.getElementById('vondatum').value+ ' ist nicht richtig.');
|
||||
document.getElementById('vondatum').focus();
|
||||
return false;
|
||||
}
|
||||
@@ -130,7 +130,7 @@ function checkdatum()
|
||||
Monat=Datum.substring(3,5);
|
||||
if (parseInt(Monat,10)<1 || parseInt(Monat,10)>12)
|
||||
{
|
||||
alert('Bis-Datum Monat'+ document.getElementById('bisdatum').value+ ' ist nicht richtig.);
|
||||
alert('Bis-Datum Monat'+ document.getElementById('bisdatum').value+ ' ist nicht richtig.');
|
||||
document.getElementById('bisdatum').focus();
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user