I’m not sure what I’m doing wrong. When I’m testing delegates for a ListView in QML live I see:
May 20, for instance using:
headerDate = now.toLocaleString('de-DE', {weekday: 'long', day: 'numeric', month: 'long', year: 'numeric'});
headerDate = headerDate.split(dYear)[0];
This could be done other ways:) In any case, if I turn to running the app outside of SDK context, I get a date like:
5/20/21 9:20 PM … So a raw Date, for all intents and purposes.
(my phone is set to English, timezone Berlin, dual input methods english and german).
What am I overlooking?