2021-01-19 18:50:37 +11:00
|
|
|
{{#unless timeFirst}}
|
2022-07-26 15:18:09 +01:00
|
|
|
{{custom-wizard-date-input
|
2021-01-19 18:50:37 +11:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=dateTabindex
|
|
|
|
}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
{{#if showTime}}
|
2022-07-26 15:18:09 +01:00
|
|
|
{{custom-wizard-time-input
|
2021-01-19 18:50:37 +11:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeTime")
|
|
|
|
tabindex=timeTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if timeFirst}}
|
2022-07-26 15:18:09 +01:00
|
|
|
{{custom-wizard-date-input
|
2021-01-19 18:50:37 +11:00
|
|
|
date=date
|
|
|
|
relativeDate=relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=dateTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if clearable}}
|
2023-07-10 07:55:54 +01:00
|
|
|
{{d-button class="clear-date-time" icon="times" action=(action "onClear")}}
|
|
|
|
{{/if}}
|