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

Procedural File: DateFormatter.class.php

Source Location: /core/DateFormatter.class.php



Classes:

DateFormatter
Static methods mainly to compute dates depending on weeknum for industrial


Page Details:



Tags:

filesource:  Source Code for this file


Includes:

include_once(CLASSPATH."core/lang_spec_values/".LANG.".inc.php") [line 9]
Including language specific messages.

require_once(CLASSPATH."data_structures/ABSTObject.class.php") [line 20]





DAYINSECONDS [line 56]

DAYINSECONDS = 86400
The number of seconds in a day. This is useful with the calculation of dates in unix timestamp.


[ Top ]



HOURINSECONDS [line 51]

HOURINSECONDS = 3600
The number of seconds in a hour. This is useful with the calculation of dates in unix timestamp.


[ Top ]



MINUTEINSECONDS [line 46]

MINUTEINSECONDS = 60
The number of seconds in a minute. This is useful with the calculation of dates in unix timestamp.


[ Top ]



WEEKINSECONDS [line 61]

WEEKINSECONDS = 604800
The number of seconds in a week. This is useful with the calculation of dates in unix timestamp.


[ Top ]




Documentation generated on Thu, 05 Jun 2008 19:10:37 +0200 by phpDocumentor 1.4.1