[rt-users] JSGantt has wrong date format for my timezone

Tom Robinson tom.robinson at motec.com.au
Thu Apr 14 20:28:04 EDT 2011


RT 3.3.8
bestpractical-rt-extension-jsgantt-d1cacc1

Hi,

I installed JSGantt a while ago but don't really use it because the date
format is around the wrong way (in Australia we use DD/MM/CCYY not
MM/DD/CCYY).

Maybe I missed something during install?

Anyway, I recently took another look at the setup and decided to change
the java script jsgannt.js so that vDateInputFormat is "dd/mm/yyyy" (see
diff below) but I still can't make any sense of the dates being
displayed. What is the correct way to set the date format for JSGantt?

*** jsgantt.js  2010/11/24 01:59:26     1.1
--- jsgantt.js  2011/04/04 06:26:11
***************
*** 567,571 ****
  * @default "mm/dd/yyyy"
  * @private
! */var vDateInputFormat = "mm/dd/yyyy";
  /**
  * Date display format
--- 567,571 ----
  * @default "mm/dd/yyyy"
  * @private
! */var vDateInputFormat = "dd/mm/yyyy";
  /**
  * Date display format
***************
*** 574,578 ****
  * @default "mm/dd/yy"
  * @private
! */var vDateDisplayFormat = "mm/dd/yy";
 
          var vNumUnits  = 0;
--- 574,578 ----
  * @default "mm/dd/yy"
  * @private
! */var vDateDisplayFormat = "dd/mm/yy";
 
          var vNumUnits  = 0;



-- 

Tom Robinson
System Administrator

MoTeC

121 Merrindale Drive
Croydon South
3136 Victoria
Australia

T: +61 3 9761 5050
F: +61 3 9761 5051   
E: tom.robinson at motec.com.au

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110415/b8565fe5/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MoTeC Logo Master RGB.gif
Type: image/gif
Size: 40856 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110415/b8565fe5/attachment.gif>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110415/b8565fe5/attachment.sig>


More information about the rt-users mailing list