Replace construction of date string with just using date numbers to build date with fixed year
On some locales (e.g. de_AT.UTF-8
) the QML date's fromLocaleString
method is completely borked
Therefore, rather than use this parsing method, we just create a new date from the numbers we acquire from the user's provided date string