Skip to content

Date Time

Sharina Stubbs edited this page Oct 2, 2019 · 1 revision

Docs on Date Time Classes

https://docs.oracle.com/javase/tutorial/datetime/iso/datetime.html

Class Demo on using Date and Time within AnimalShelter Code Challenge

https://github.com/codefellows/seattle-java-401d6/tree/master/class-13

  • Uses dateTime to keep track of when an animal is added to a queue
  • Involves use of various classes and methods and what to do if a time stamp is after another stamp.
Clone this wiki locally