Skip to main content link. Accesskey S
  • HCL Logo
  • HCL Notes and Domino wiki
  • THIS WIKI IS READ-ONLY. Individual names altered for privacy purposes.
  • HCL Forums and Blogs
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • API Documentation
Search
Community Articles > Lotus iNotes > Lotus iNotes customization > How to add entries to iNotes time zone table
  • Share Show Menu▼
  • Subscribe Show Menu▼

Recent articles by this author

How to add entries to iNotes time zone table

There are two places to change in Forms85x.nsf. One is CustomTimeZones() in CustomJS subform. Another is CustomTimeZonesLite() in CustomJSLite subform. Below is a code sample for CustomTimeZonesLite(). The exact same code can be applied to CustomTimeZones(). {code:an600} function ...

How to determine the current view/folder

Short version {code: an} var oPanelManager AAA.Fkb(); var sContentId EPx.get('pepanelmanagercurrentselected').BoB; return (^(homemailcalendartodocontactsnotebook)i).test(oPanelManager.EZV(sContentId)) ?} oPanelManager.getContent(sContentId).Cd : ''; Longer version ...
Community articleHow to add entries to iNotes time zone table
Added by ~Frank Kifreemanakol | Edited by IBM contributor~Michelle Opveluvitchflar on May 21, 2010 | Version 2
  • Actions Show Menu▼
expanded Abstract
collapsed Abstract
No abstract provided.
Tags: AJAX, inotes, Javascript, web
There are two places to change in Forms85_x.nsf. One is Custom_TimeZones() in Custom_JS subform. Another is Custom_TimeZones_Lite() in Custom_JS_Lite subform. Below is a code sample for Custom_TimeZones_Lite(). The exact same code can be applied to Custom_TimeZones().

   1:  function Custom_TimeZones_Lite(a_Table){
   2:      var nYear = (new Date).getFullYear();
   3:      var oRule = {
   4:          2010: "3, -1, 6, 9, -1, 1",
   5:          2011: "3, -2, 6, 9, -2, 1",
   6:          2012: "3, -3, 6, 9, -3, 1"
   7:      };
   8:      a_Table.push(["Cityname" + nYear, "Cityname", "(GMT+02:00) Cityname" + nYear, 5, true, oRule[nYear]];
   9:  }

  • Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (1)
collapsed Versions (1)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (2)May 21, 2010, 3:07:01 PM~Michelle Opveluvitchflar  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedAbout
  • HCL Software
  • HCL Digital Solutions community
  • HCL Software support
  • BlogsDigital Solutions blog
  • Community LinkHCL Software forums and blogs
  • About HCL Software
  • Privacy
  • Accessibility