Class: Commons::Lang::Time::DateUtils
- Inherits:
-
Object
- Object
- Commons::Lang::Time::DateUtils
- Defined in:
- lib/commons/lang/time/date_utils.rb
Constant Summary collapse
- MILLIS_PER_SECOND =
1000
- MILLIS_PER_MINUTE =
60 * MILLIS_PER_SECOND
- MILLIS_PER_HOUR =
60 * MILLIS_PER_MINUTE
- MILLIS_PER_DAY =
24 * MILLIS_PER_HOUR