Re: [rt-users] Set date format dd/mm/yy

2014-04-24 Thread Raymond Corbett
I edited our RT_SiteConfig.pm file, adding the following: Set($DateTimeFormat, { Format = 'LocalizedDateTime', Date = 1, Time = 0, DateFormat = 'date_format_short' }, ); In the hopes of not displaying the time in the due date field. But I am still getting: Thu Jun 05

Re: [rt-users] Set date format dd/mm/yy

2014-04-23 Thread Raymond Corbett
To: rt-users@lists.bestpractical.com Subject: Re: [rt-users] Set date format dd/mm/yy On Mon, Apr 07, 2014 at 12:14:25PM -0700, losintikfos wrote: Hi, I was wondering if anyone know how to set a RT Config for date format dd/mm/yy. So far this is my configuration; if you really want this, use

Re: [rt-users] Set date format dd/mm/yy

2014-04-23 Thread Glenn Sieb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/23/14, 4:34 PM, Raymond Corbett wrote: What file do I edit it order to change the date format. This is exactly what we want as well. RT_SiteConfig.pm Best, - --Glenn -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Darwin) Comment:

Re: [rt-users] Set date format dd/mm/yy

2014-04-08 Thread Emmanuel Lacour
On Mon, Apr 07, 2014 at 12:14:25PM -0700, losintikfos wrote: Hi, I was wondering if anyone know how to set a RT Config for date format dd/mm/yy. So far this is my configuration; if you really want this, use: Set($DateTimeFormat, { Format = 'LocalizedDateTime', Date = 1,

Re: [rt-users] Set date format dd/mm/yy

2014-04-08 Thread losintikfos
Thanks Emml - it works. Quick one! I have tried to activate the time without the seconds like this: Set($DateTimeFormat, { Format = 'LocalizedDateTime', Date = 1, Time = 1, DateFormat = 'date_format_short', Seconds = 0 }, ); The seconds doesn't seem to turn off. Is it

Re: [rt-users] Set date format dd/mm/yy

2014-04-08 Thread Emmanuel Lacour
On Tue, Apr 08, 2014 at 01:25:03AM -0700, losintikfos wrote: Thanks Emml - it works. Quick one! I have tried to activate the time without the seconds like this: Set($DateTimeFormat, { Format = 'LocalizedDateTime', Date = 1, Time = 1, DateFormat = 'date_format_short',

Re: [rt-users] Set date format dd/mm/yy

2014-04-08 Thread losintikfos
You're a star Emml. Lastly, I just realised the date output is 4/8/14 3:23. Can I swap the *mm/dd* around to be *dd/mm* ? Also can I change the time to 24hr instead of stating AM PM i.e is possible to pass *prefers_24_hour_time* as argument ? Many Thanks -- View this message in context:

Re: [rt-users] Set date format dd/mm/yy

2014-04-08 Thread losintikfos
You're a star Emml. One more bother. I just realised the date output is *4/8/14 3:23*. Can I swap the *mm/dd* around to be *dd/mm* ? -- View this message in context: http://requesttracker.8502.n7.nabble.com/Set-date-format-dd-mm-yy-tp57138p57156.html Sent from the Request Tracker - User

[rt-users] Set date format dd/mm/yy

2014-04-07 Thread losintikfos
Hi, I was wondering if anyone know how to set a RT Config for date format dd/mm/yy. So far this is my configuration; Set($DateTimeFormat, { Format = 'ISO', Seconds = 0 }); Set($DateDayBeforeMonth , 1); Unfortunately the output I get from this format is: - 2014-04-07 11:44 Any Ideas ? --

Re: [rt-users] Set date format dd/mm/yy

2014-04-07 Thread Rob Lister
1. Seriously forget about it and embrace ISO 8601 everywhere. ;-) Users will get used to it pretty quickly. http://en.wikipedia.org/wiki/ISO_8601 This date format is unambiguous, doesn't require lots of horrible awkward code to represent different date formats, and means no more

Re: [rt-users] Set date format dd/mm/yy

2014-04-07 Thread losintikfos
Is there a specific way to pass ISO 8601 as argument to Formula? Thanks. -- View this message in context: http://requesttracker.8502.n7.nabble.com/Set-date-format-dd-mm-yy-tp57138p57144.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -- RT Training - Dallas May

Re: [rt-users] Set date format dd/mm/yy

2014-04-07 Thread losintikfos
Thanks Rob. Do you think there's a way around this? -- View this message in context: http://requesttracker.8502.n7.nabble.com/Set-date-format-dd-mm-yy-tp57138p57145.html Sent from the Request Tracker - User mailing list archive at Nabble.com. -- RT Training - Dallas May 20-21