Showing days of the week

Hello!

 

I’m setting up phpVMS 7 for my virtual airline and I’m also editting some templates. I need the flight search results to show the days which each flight is operated. Is there any piece of code to do so? Thanks in advance.

21 hours ago, Imanol said:

Hello!

 

I’m setting up phpVMS 7 for my virtual airline and I’m also editting some templates. I need the flight search results to show the days which each flight is operated. Is there any piece of code to do so? Thanks in advance.

 

https://github.com/FatihKoz/DisposableTheme/blob/0d845490d05ef6c015011fe4a6156fdf5f18b911/resources/views/layouts/Disposable_v3/theme_helpers.blade.php#L173-L188

 

Enjoy

On 8/4/2023 at 7:13 PM, DisposableHero said:

 

https://github.com/FatihKoz/DisposableTheme/blob/0d845490d05ef6c015011fe4a6156fdf5f18b911/resources/views/layouts/Disposable_v3/theme_helpers.blade.php#L173-L188

 

Enjoy

 

Thanks! I will give it a try!