Hello Team,
I am creating Leave Management System Using Espo
i have two date field Leave from and Leave Till staff will request leave for multiple Date Like 2022-05-27 ( Leave From ) 2022-5-30 ( leave till ) so leave Date will be 2022-05-27 , 2022-05-28 , 2022-05-29 and 2022-05-30 . now how to write a code so that result will be
2022-05-27
2022-05-28
2022-05-29
2022-05-30
so that i can create a record in another entity on return dates array.
yuri
I am creating Leave Management System Using Espo
i have two date field Leave from and Leave Till staff will request leave for multiple Date Like 2022-05-27 ( Leave From ) 2022-5-30 ( leave till ) so leave Date will be 2022-05-27 , 2022-05-28 , 2022-05-29 and 2022-05-30 . now how to write a code so that result will be
2022-05-27
2022-05-28
2022-05-29
2022-05-30
so that i can create a record in another entity on return dates array.
yuri
Comment