User-1948529860 posted
Thanks for your post.
Sadly, right now, I already have a site with a million lines of code dealing with dates as strings.
Due to the current culture settings (en-GB), the dates are all expected in DD/MM/YYYY format. This is the right format to communicate with uniPaaS.
It would be a MAMMOTH task to go through the existing code and change every line of code that changes a date to a string, outputs a date or changes a string to a date.
Is there a way to allow the culture to be set to something other than en-GB but to then OVERRIDE that when it comes to dates with a DD/MM/YYYY format across the site?
So...
1) Allow Culture and CultureUI to be set
2) Keep ALL dates across the site as DD/MM/YYYY
3) Change MINIMUM amounts of code.
Can I satisfy these 3 requirements at once?
Cheers