Re: [Gambas-user] Locale question and gambas and dates.

2011-11-30 Thread Dag-Jarle Johansen
ups, just opposite dd/mm/ is in fact european and if you see that if you go to your calendar in Kubuntu it should be ok. If you need to convert the datestring, write a little sub, I do have something lying around here, if you want to. I am used to convert almost every date to MySql-formats and

Re: [Gambas-user] Locale question and gambas and dates.

2011-11-30 Thread Dag-Jarle Johansen
hi, looks like the same format as the american to me, so I rather think this is a linuxbug rather than a gambas-bug. my humble opinion. Regards, Dag-Jarle 2011/11/30 richard terry > On Wednesday 30 November 2011 21:33:55 Benoît Minisini wrote: > > Le 30/11/2011 11:22, richard terry a écrit : >

Re: [Gambas-user] Locale question and gambas and dates.

2011-11-30 Thread richard terry
On Wednesday 30 November 2011 21:33:55 Benoît Minisini wrote: > Le 30/11/2011 11:22, richard terry a écrit : > > I have had the occasion to install my svn and get it up/running on > > kubuntu 11, god what a pain. > > > > Anway when I ran the program, virtualy nothing would save, because: > > > > Is

Re: [Gambas-user] Locale question and gambas and dates.

2011-11-30 Thread Benoît Minisini
Le 30/11/2011 11:22, richard terry a écrit : > I have had the occasion to install my svn and get it up/running on kubuntu 11, > god what a pain. > > Anway when I ran the program, virtualy nothing would save, because: > > IsDate(textbox1.text) always returned false for a correct date (AU). > > I lo

[Gambas-user] Locale question and gambas and dates.

2011-11-30 Thread richard terry
I have had the occasion to install my svn and get it up/running on kubuntu 11, god what a pain. Anway when I ran the program, virtualy nothing would save, because: IsDate(textbox1.text) always returned false for a correct date (AU). I looked and found that he had the locale set to America. I