Home > Contents > Index >
ccuser:gettimezone
This tag is used to retrieve the timezone settings that are in effect for the current user.
Syntax
<ccuser:gettimezone name="user name" varname="variable name" />Parameters
name (required)
- Object name of the current user that is created/loaded.
varname (required)
- Variable name that will store the timezone id that has been retrieved from the current user.
Example
<!-- For each user get the id of the user using CCUSER.ID --> <usermanager:getuser user="1167817873841" objvarname="usrObj" />
<ccuser:gettimezone name="usrObj" varname="locavar"/>
<br/> timezone: <ics:getvar name="locavar"/>
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.