Customize Datetime's Picker

When you’re binding to strings, these two are equivalent:

foo="{{bar}}"
[foo]="bar"

When you’re binding to anything else, you must use the second syntax, and therefore I recommend simply getting in the habit of preferring it over the first option in all cases.

1 Like