Back to Frontend

Date.Scala

common/app/views/fragments/containers/facia_cards/date.scala.html

latest348 B
Original Source

@(date: org.joda.time.DateTime, tzOverride: Option[org.joda.time.DateTimeZone] = None)(implicit requestHeader: RequestHeader) @import views.support.GuDateFormatLegacy

@GuDateFormatLegacy(date, "EEEE", tzOverride) @GuDateFormatLegacy(date, "d", tzOverride) @GuDateFormatLegacy(date, "MMMM", tzOverride) @GuDateFormatLegacy(date, "yyyy", tzOverride)