Struppi: timelocal - scriptabbruch bie falscher datumseingabe verhindern

Beitrag lesen

wie kann ich den abbruch des scripts verhindern und eine vernünftig formatierte fehlermeldung mit eigenem print in den browser drucken ? mit software-error allein kann ein user ja nichts anfangen.

Ein blick in die Doku hilft meistens:
http://cpan.uwinnipeg.ca/htdocs/Time-Local/Time/Local.html

The timelocal() and timegm() functions perform range checking on the input $sec, $min, $hour, $mday, and $mon values by default.

If you are working with data you know to be valid, you can speed your code up by using the ``nocheck'' variants, timelocal_nocheck() and timegm_nocheck(). These variants must be explicitly imported.

Struppi.

--
Javascript ist toll (Perl auch!)