try settings > formatting > date/time > Date Format
You probably need to change the setting above the one you mentioned : Date Format
the one you changed is for datepickers only, the one above would apply to widgets
@marcus: I have successfully changed both, but the widget still isn’t working right.
My “Date Format” is F j, Y, but my widget still orders events by: 11 Oct 13. After changing “Date Format” to the above setting, the date on Event Pages changed, but not the widget.
Am I missing formatting settings for Widgets? I’d like to customize a little more (beyond just the correct date format) what is listed, but I don’t see those settings anywhere.
Sorry, I’m an idiot…
@clarars, the setting is in the Widget Settings box itself. The default setting is:
#_EVENTLINK<ul><li>#j #M #y</li><li>#_LOCATIONTOWN</li></ul>
You will want to change the Widget setting, based on your setting you mentioned above, to:
#_EVENTLINK<ul><li>#F #j, #Y</li><li>#_LOCATIONTOWN</li></ul>
I’ll change that default to use #_EVENTDATES instead, which usses the option mentioned above in the our settings page.
Great, thanks @rvalee and @marcus, I changed it and now it works as I wanted!