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

Tom Robinson tom.robinson at motec.com.au
Fri Apr 15 01:04:44 EDT 2011


I'm really not sure what happened here. I sent a message to the rt-users
list; that got forwarded to an 'appropriate queue on rt.cpan.org'. I
tried searching there but don't find anything. Sorry, but I don't know
what is going on...

On 15/04/11 11:20, Ruslan Zakirov wrote:
> Sent to appropriate queue on rt.cpan.org <http://rt.cpan.org>.
>
> ---------- Forwarded message ----------
> From: *Tom Robinson* <tom.robinson at motec.com.au
> <mailto:tom.robinson at motec.com.au>>
> Date: Fri, Apr 15, 2011 at 4:28 AM
> Subject: [rt-users] JSGantt has wrong date format for my timezone
> To: rt-users at lists.bestpractical.com
> <mailto:rt-users at lists.bestpractical.com>
>
>
> 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 <mailto:tom.robinson at motec.com.au>
>
>
>
> -- 
> Best regards, Ruslan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110415/7407146c/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 40856 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20110415/7407146c/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/7407146c/attachment.sig>


More information about the rt-users mailing list