{{ $t("Date") }}
{{ $t("Select date") }}
{{ $t("Select Dates") }}
X
clickRange(idx)"
>
{{ $t(btnText) }}
{{ $t("Clear") }}
{{ $t("Apply") }}
{{ $t("Select") }}:
{{
datesComputed.length == 0
? $t("All Time")
: datesComputed.length == 1
? datesComputed[0]
: datesComputed[0] + " ~ " + datesComputed[1]
}}