Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.SetupManager; import org.joget.apps.app.service.AppUtil; SetupManager setupManager = (SetupManager) AppUtil.getApplicationContext().getBean("setupManager"); //Get the system setting String systemDateFormat = setupManager.getSettingValue("systemDateFormat"); |
public static final java.lang.String DIRECTORY_PROFILES = "app_profiles";
...