You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dateFormat: '<%= GeneralUtilities.getLocaleDateFormat(permanentSession) %>', // the date format localized according to user language and country
49
-
localizedDateFormat: '<%= GeneralUtilities.getLocaleDateFormatForExtJs(permanentSession) %>', // the date format localized according to user language and country
50
-
localizedTimestampFormat: '<%= GeneralUtilities.getLocaleDateFormatForExtJs(permanentSession) %> H:i:s', // the timestamp format localized according to user language and country
51
-
clientServerDateFormat: '<%= GeneralUtilities.getServerDateFormatExtJs() %>', // the date format to be used when communicating with server
49
+
clientServerDateFormat: '<%= GeneralUtilities.getServerDateFormatExtJs() %>', // the date format to be used when communicating with server
52
50
clientServerTimestampFormat: '<%= GeneralUtilities.getServerTimestampFormatExtJs() %>', // the timestamp format to be used when communicating with server
this.localizedDateFormat= '<%= GeneralUtilities.getLocaleDateFormatForExtJs(permanentSession) %>'; // the date format localized according to user language and country
87
+
this.localizedDateFormat= '<%= GeneralUtilities.getLocaleDateFormatForExtJs() %>'; // the date format localized according to user language and country
@@ -229,26 +229,6 @@ public static String getSpagoAdapterHttpUrl() {
229
229
returnadapUrlStr;
230
230
}
231
231
232
-
/**
233
-
* Gets the default locale from SpagoBI configuration file, the behaviors is the same of getDefaultLocale() function, with difference that if not finds returns
234
-
* null
235
-
*
236
-
* TODO : merge its behaviour with GetDefaultLocale (not done know cause today is release date). Gets the default locale.
0 commit comments