forms
[ class tree: forms ] [ index: forms ] [ all elements ]

Source for file de.inc.php

Documentation is available at de.inc.php

  1. <?php
  2.  /**
  3.   * @package forms
  4.   * @subpackage items
  5.   */
  6.  /**
  7.   * The regular expression to validate the input time.
  8.   */
  9.   define(
  10.           "JS_REGEXP_VALID_TIME",
  11.           "^([01]\\d|2[0-3])(:[0-5]\\d){1,2}$"
  12.         );
  13.  /**
  14.   * The error message that appears if the user put in an incorrect time.
  15.   */
  16.   define(
  17.           "JS_ERR_INVALID_TIME_MSG",
  18.           "Bitte geben Sie eine g%FCltige Uhrzeit,\\t\\n"
  19.          ."in der Form HH:MM(:SS) ein."
  20.         );
  21. ?>

Documentation generated on Thu, 05 Jun 2008 19:11:13 +0200 by phpDocumentor 1.4.1