Need Monday as 1st day of week, but locale is USA

I’m in the US, but need the calendar drop down to start on Monday

If I set pref / locale as foreign (e.g. Dansk), the calendar works great, (Mon. is 1st) but then all my dollar signs turn to “Kr”

which combination might work best? e.g. should I “hard code” dollars signs in my field formats?
any suggestions?

thanks
greg

Greg,

The value of the amount shown should not depend on the user’s locale. 100 dollars and 100 Kroner are not the same.

If your app is multi-currency, then you should show the currency in a separate field, if it is implicitely USD, hard-code it.

Hope that helps,

Rob

yes, I now see that I won’t be able to use the “currency sign” when formatting fields

I just hope that using a “foreign” locale won’t lead to any other problems

thanks
greg