On Wed, Jun 8, 2011 at 12:28 PM, Keith Jenkins <k...@cornell.edu> wrote:

> - Days are specified using the following two-letter combinations: Mo,
> Tu, We, Th, Fr, Sa, Su.
> - Times are specified using 24:00 time. For example, 3pm is specified as 
> 15:00.
> Here is an example: <time itemprop="openingHours" datetime="Tu,Th
> 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>
> """
>
> So how would one indicate different hours on different days?  Is there
> more documentation that I'm missing?

Maybe I'm missing the point completely (I haven't looked at this at
all) but wouldn't that just be:

<time itemprop="openingHours" datetime="Mo,We,Fri
> 17:00-21:00">Mondays, Wednesdays, and Fridays 5-9pm</time>
<time itemprop="openingHours" datetime="Tu,Th
> 16:00-20:00">Tuesdays and Thursdays 4-8pm</time>

Kevin

Reply via email to