All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hammock.hi.DateFormatter.scala Maven / Gradle / Ivy

The newest version!
package hammock
package hi

import java.time.ZonedDateTime

trait DateFormatter {
  def format(date: ZonedDateTime): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy