Find inbetween dates

Hi All,

Inputs:

  1. fromdate
  2. todate
    3.datatable(fromdate and to date)

Need to find the all the inbetween date from the datatable datesbased on from and to dates
For example
From date: 04/03/2018(MM/dd/yyyy) format
Todate: 04/28/2018
Datatable:
Fromdate,todate
04/01/2018,04/06/2018
04/09/2018,04/12/2018
04/15/2018,04/29/2018

Expected output
Fromdate,todate
04/03/2018,04/06/2018
04/07/2018,04/08/2018
04/09/2018,04/12/2018
04/13/2018,04/14/2018
04/15/2018,04/28/2018

Please any one help me Team
@balupad14, @arivu96, @Rammohan91, @vvaidya

Hi @akila,

See this

Thanks,
Prankur

Hi @PrankurJoshi,

My requirement is not like that read the post clearly. I given the sample inputs and expected output also