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'
<input type="text" id="bla" name="bla" class="bla" dojoType="dijit.form.TimeTextBox" constraints="{timePattern:'HH:mm:ss 'o''clock' z',selector:'time',locale:'en_GB'}"/>
