This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/templates/components/date-time-input.hbs
2019-07-18 17:29:41 +02:00

10 lines
179 B
Handlebars

{{date-input date=date onChange=(action "onChangeDate")}}
{{#if showTime}}
{{time-input
hours=_hours
minutes=_minutes
onChange=(action "onChangeTime")
}}
{{/if}}