<?php
/*=========================================================================
  Program:   CDash - Cross-Platform Dashboard System
  Module:    $Id$
  Language:  PHP
  Date:      $Date$
  Version:   $Revision$

  Copyright (c) Kitware, Inc. All rights reserved.
  See LICENSE or http://www.cdash.org/licensing/ for details.

  This software is distributed WITHOUT ANY WARRANTY; without even
  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  PURPOSE. See the above copyright notices for more information.
=========================================================================*/

define('FMT_TIME', 'H:i:s');  // time
define('FMT_DATE', 'Y-m-d');  // date
define('FMT_DATETIMESTD', 'Y-m-d H:i:s');  // date and time standard
define('FMT_DATETIME', 'Y-m-d\TH:i:s');  // date and time
define('FMT_DATETIMETZ', 'Y-m-d\TH:i:s T');  // date and time with time zone
define('FMT_DATETIMEMS', 'Y-m-d\TH:i:s.u');  // date and time with milliseconds
define('FMT_DATETIMEDISPLAY', 'M d, Y - H:i T');  // date and time standard
