coryetzkorn / php-store-hours

Output content based on time-of-day and-day-of-week.
MIT License
136 stars 55 forks source link

Internationalize Time Output #8

Open coryetzkorn opened 9 years ago

coryetzkorn commented 9 years ago

For example, for Berlin...

10am to 5pm --> German: 10 Uhr - 15 Uhr

bm1-phillip commented 8 years ago

Hi, are there already a solution?

coryetzkorn commented 8 years ago

Not yet

pquerner commented 8 years ago

@der-phillip Have you found a solution for this? @coryetzkorn Would you accept a PR for this? We need this feature and would probably build it and share it afterwards.

coryetzkorn commented 8 years ago

@pquerner I've played around with this a little bit, but don't have anything yet. It's surprisingly complicated to get right. Would definitely accept a PR if you add unit tests for the feature! Thanks!