Package java.util
Class Date

Public Method toString

String toString()

Overrides:

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns a string representation of this Date object, e.g. "2017/7/6/23/2/3" (year/month/day/hour/minute/second).

Note that the year is shown correctly (i.e. + 1900).