Hi
I am currently developing a SAAS solution with potential clients in the North American and European markets.
With date formats european and australasian preffered format is dd/MM/yyyy. In the north american market it is MM/dd/yyyy. i have formatted these date fields to all be dd/MM/yyyy. how is the date formatted when a North American client is installed?
Does it automatically pickup the preference setting in windows?
Does it pickup the preference in the java client?
Does it keep the format i have set?
Can i dynamically change it depending on country?
I also have the same issue with the page format for printing, US will be US letter, everywhere else will be A4. Can i dynamically change this? Is it better to pick up a country setting and having multiple forms for each report with different page settings?