public class DateUtils extends Object
| Constructor and Description |
|---|
DateUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getDaysBetween(Calendar now,
Calendar target)
Calculates the number of days between two given dates.
|
public static int getDaysBetween(@Nonnull Calendar now, @Nonnull Calendar target)
now - The start date. This must not be null.target - The end date. This must not be null.Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.