fromDate static method

Date fromDate(
  1. Date d
)

Implementation

static Date fromDate(Date d) {
  return Date(d.dateTime.clone);
}