6870 add initial label

This commit is contained in:
William Schaefer 2020-09-21 10:21:12 -04:00
parent c74cff2535
commit f129409c0f

View File

@ -193,6 +193,9 @@ public class SearchFiltering {
}
desc += Bundle.SearchFiltering_dateRangeFilter_before(new SimpleDateFormat("yyyy/MM/dd", Locale.getDefault()).format(new Date(TimeUnit.SECONDS.toMillis(endDate))));
}
if (!desc.isEmpty()){
desc = Bundle.SearchFiltering_dateRangeFilter_lable()+desc;
}
return desc;
}
}