activeDateFormat property

  1. @Input()
DateFormat activeDateFormat
getter/setter pair

The DateFormat used to format dates when the input is active.

Defaults to yMd, e.g. "7/31/15".

Implementation

@Input()
DateFormat activeDateFormat = DateFormat.yMd();