baskı restoran php kullanarak insan okunabilir biçimde bir veritabanı tablosundan saatleri

0 Cevap php

i have a table that lists the opening hours of restaurants. the columns are id, eateries_id, day_of_week, start_time, and end_time. each eatery is represented in the table multiple times because there is a separate entry for each day. see this previous question for more details: http://stackoverflow.com/questions/3070295/determine-if-a-restaurant-is-open-now-like-yelp-does-using-database-php-js

Ben bu tablodan veri almak ve bir insan okunabilir formatta yazdırmak için şimdi nasıl merak ediyorum. Örneğin, yerine söyleyerek "1-3 W, M 1-3, 1-3 T, Th 1-3, F 1-8" i "M-Th 1-3, F 1-8" demek istiyorum . Benzer şekilde, i "M 1-3, 5-8" yerine "M 1-3, 5-8 M" istiyorum. Çok sayıda bir kaba kuvvet yöntemi olmadan tablolar eğer ben bunu nasıl yapabilirim?

teşekkürler.

0 Cevap