mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
docs(datetime): specify default value for dayShortNames (#21281)
This commit is contained in:
@ -179,6 +179,7 @@ export class Datetime implements ComponentInterface {
|
||||
/**
|
||||
* Short abbreviated day of the week names. This can be used to provide
|
||||
* locale names for each day in the week. Defaults to English.
|
||||
* Defaults to: `['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']`
|
||||
*/
|
||||
@Prop() dayShortNames?: string[] | string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user