Converts this date to the Epoch Day.
Converts this date to the Epoch Day.
The output will be in the ISO-8601 format uuuu-MM-dd.
(jsDate: Ordered[JsDate]).<(that)
(jsDate: Ordered[JsDate]).<=(that)
(jsDate: Ordered[JsDate]).>(that)
(jsDate: Ordered[JsDate]).>=(that)
(jsDate: Ordered[JsDate]).compare(that)
(jsDate: LocalDate).compareTo(arg0)
(jsDate: Ordered[JsDate]).compareTo(that)
(jsDate: LocalDate).equals(arg0)
(jsDate: LocalDate).get(arg0)
(jsDate: LocalDate).toString()
An immutable date without a time-zone in the ISO-8601 calendar system, often viewed as year-month-day such as 2007-12-03.