public class DateUtil extends Object
Modifier and Type | Method and Description |
---|---|
static int |
calculateDays(long startMs,
long endMs)
Calculate the number of days between start and end dates based on the default timezone.
|
public static int calculateDays(long startMs, long endMs)
startMs
- start date in millisecondsendMs
- end date in millisecondsCopyright © 2005–2017 Alfresco Software. All rights reserved.