I went to the API for the jqxCalendar and expanded the titleFormat property. I copied the example (titleFormat portion) and added it to my code. I expected to see the same results as the default for this property, but instead, I got the full month name followed by today’s day date. IE: “November 30”. I tried other combinations used in the expanded info under the property in the API and got back a blank line and loss of control moving forward and back through the months.
Here is what I have for initializing the calendar widget.
$("#"+record.name).jqxCalendar({titleFormat: "MMMM yyyy", showWeekNumbers: true, enableWeekend: true, navigationDelay:200, width: 500, height:500});
I am trying to change the title to a format “yyyy-MM-dd”. That’s when the title went blank and I lost calendar navigation control.
Thank you for your time!