Posts

Showing posts with the label Reference Date and Time in Java

Zeek_96_DateAndTime.java

  /*  --> Date in java is stored in form of a long number.    --> This long number[currentTimeMillis()] holds the number of milliseconds passed      since 1 January 1970 till now .   */