DateFormatter

uk.gov.hmrc.apiplatform.modules.common.domain.services.DateFormatter
object DateFormatter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def formatDate(dateTime: Instant): String
def formatDateWithShortPattern(dateTime: Instant): String
def formatTwoDigitDay(dateTime: Instant): String
def formatTwoDigitDayWithTime(dateTime: Instant): String

Concrete fields

val shortFormatter: DateTimeFormatter
val standardFormatter: DateTimeFormatter
val twoDigitDayFormatter: DateTimeFormatter
val twoDigitDayWithTimeFormatter: DateTimeFormatter