Haw to split date range to individual days

Hi gyes im I’m wondering what is the best way to split dates to data base field with individual days
Cus i have app with check in and check out and i need to display that days between them in repeating gruop so what is the best way to do that
Db
Check in date
Check out date
= individual days between the check in and the check out

Thabks in advance

You can do this by creating a list of dates between the check-in and check-out. Use the “List of Numbers” plugin or a simple JavaScript to add each day one by one into your database

1 Like

@novascopeofficial you can also check out different “List of Dates” plugin and see if they can ease your implementation in any way.

1 Like