10 lines
179 B
Handlebars
10 lines
179 B
Handlebars
{{date-input date=date onChange=(action "onChangeDate")}}
|
|
|
|
{{#if showTime}}
|
|
{{time-input
|
|
hours=_hours
|
|
minutes=_minutes
|
|
onChange=(action "onChangeTime")
|
|
}}
|
|
{{/if}}
|