I can specify the timePattern constraint on a TimeTextBox as shown in the various examples. But the time pattern I want to specify includes apostrophes. What is the syntax I should use in the html in order to allow dojo to correctly parse this constraint?
The relevant part is timePattern:'HH:mm:ss 'o''clock' z'
