Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Antoine
Contributor III
Contributor III

SET formatting - UK Format

Hello,

It's a really basic question and help request as it would probably need just a copy paste from an UK user 🙂 !

I'm having the french version of the formating:

SET ThousandSep=' ';
SET DecimalSep=',';
SET MoneyThousandSep=' ';
SET MoneyDecimalSep=',';
SET MoneyFormat='# ##0,00 €;-# ##0,00 €';
SET TimeFormat='hh:mm:ss';
SET DateFormat='DD/MM/YYYY';
SET TimestampFormat='DD/MM/YYYY hh:mm:ss[.fff]';
SET FirstWeekDay=0;
SET BrokenWeeks=0;
SET ReferenceDay=4;
SET FirstMonthOfYear=1;
SET CollationLocale='fr-FR';
SET CreateSearchIndexOnReload=1;
SET MonthNames='janv.;févr.;mars;avr.;mai;juin;juil.;août;sept.;oct.;nov.;déc.';
SET LongMonthNames='janvier;février;mars;avril;mai;juin;juillet;août;septembre;octobre;novembre;décembre';
SET DayNames='lun.;mar.;mer.;jeu.;ven.;sam.;dim.';
SET LongDayNames='lundi;mardi;mercredi;jeudi;vendredi;samedi;dimanche';
SET NumericalAbbreviation='3:k;6:M;9:G;12:T;15:P;18:E;21:Z;24:Y;-3:m;-6:μ;-9:n;-12:p;-15:f;-18:a;-21:z;-24:y';

 

And I would need it with the UK standard... (date in am/pm), GBP, standard UK formatting, etc... So if anyone have it, I would be really grateful !

 

Thanks by advance,

Best regards,

 

Antoine

2 Replies
dplr-rn
Partner - Master III
Partner - Master III

I am in US but if you are in UK you can create a dummy new app and these should come for you based on locale.
Antoine
Contributor III
Contributor III
Author

Unfortunately I'm in France,  but need to present results according to UK standards...

Creating a new app gives me the French standards...