mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: improves dates on reports export UI (#7971)
- show it's UTC - allows future - shows date in more human readable format
This commit is contained in:
@@ -130,9 +130,7 @@
|
||||
</span>
|
||||
|
||||
<div class="input">
|
||||
{{date-picker-past
|
||||
value=startDate
|
||||
defaultDate=startDate}}
|
||||
{{date-input date=startDate onChange=(action "onChangeStartDate")}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -142,9 +140,7 @@
|
||||
</span>
|
||||
|
||||
<div class="input">
|
||||
{{date-picker-past
|
||||
value=endDate
|
||||
defaultDate=endDate}}
|
||||
{{date-input date=endDate onChange=(action "onChangeEndDate")}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user