If you want to remove the time portion, or round it in other ways, use TRUNC - although it may be more efficient to specify your date range differently and leave ORDER_DATE alone, e.g: LocalDate‘s datesUntil() method … I am using combo box to get the date. I want to get all the dates between two dates, E.g: Enter two dates and take out all the dates between these two dates If it is: 2005-02-01 to 2005-02-05 (the same month) The... JS-Get all dates between two dates 2. how to get a list of dates between two dates in java … Some months have 30 and even 28, 29. Angular Get Difference Between Two Dates in This will give you all the dates "between" the start and end dates, exclusively. to find All Sundays Between Two Dates mysql> create table DemoTable1444 -> ( -> Value int, -> PurchaseDate datetime -> ); Query OK, 0 rows affected (0.45 sec) Insert some records in the table using insert −.