![enter image description here](https://i.stack.imgur.com/MFg4C.png)
Календарь calForDate = Calendar.getInstance ();
SimpleDateFormat currentDate = new SimpleDateFormat("d MMM YYYY 'at' HH:mm:ss a");
String saveCurrentDate = currentDate.format(calForDate.getTime());
Calendar today = calForDate;
final DatabaseReference orderlistref = FirebaseDatabase.getInstance().getReference().child("Order");
FirebaseRecyclerOptions<Order> options =
new FirebaseRecyclerOptions.Builder<Order>()
.setQuery(orderlistref.child(CurrentUser).child("Items").child(saveCurrentDate), Order.class).build();
Пожалуйста, просмотрите мой код и оставьте отзыв о том, как получить данные о дочерней дате.