dateFormat property
- @Input()
getter/setter pair
The DateFormat
used to format dates. Defaults to yMMMd
,
e.g. "Jul 31, 2015".
Implementation
@Input()
DateFormat dateFormat = DateFormat.yMMMd();
The DateFormat
used to format dates. Defaults to yMMMd
,
e.g. "Jul 31, 2015".
@Input()
DateFormat dateFormat = DateFormat.yMMMd();