DateTimeFormat.shortDatePattern

$(ANCHOR DateTimeFormat_shortDatePattern) Property. Retrieves the format pattern for a short date value.

  1. const(char)[] shortDatePattern [@property getter]
    class DateTimeFormat
    @property final
    const(char)[]
    shortDatePattern
    ()
  2. const(char)[] shortDatePattern [@property setter]

Return Value

Type: const(char)[]

The format pattern for a short date value.

Meta