Need feedback on opening hours logic

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
bambinou
Veteran Member
Posts: 163
Joined: 2013-02-01 15:09

Need feedback on opening hours logic

Post by bambinou » 2017-02-10 14:16

Hello,

I would like to have the seven days of the week with each:
Opening and closing time.

I could build this in php easy but with App gini I am not sure how to go about.

How would you build this please? Any tricks?

ie:
Monday Opening(dropdown with hours)(dropdown with minutes), closing Hours (dropdown with hours)(dropdown with minutes)
Tuesday Opening(dropdown with hours)(dropdown with minutes), closing Hours (dropdown with hours)(dropdown with minutes)
Wednesday Opening(dropdown with hours)(dropdown with minutes), closing Hours (dropdown with hours)(dropdown with minutes)

How can we add multiple dropdown next to each others? Or perhaps there is an easier method?

Thank you.

Post Reply