Re: [Gambas-user] Question about date conversion in Gambas v2

2010-09-27 Thread Olivier Cruilles
Thank's Benoit, It's exactly that I need. Olivier Le 27 sept. 2010 à 20:44, Benoît Minisini a écrit : >> Hi Benoit, >> >> I have just a question about the possibility to convert in Gambas v2 a >> variable in format Date to a value of this date in number of seconds like >> in Unix command ? >>

Re: [Gambas-user] Question about date conversion in Gambas v2

2010-09-27 Thread Jussi Lahtinen
Or use shell with "date +%s". Jussi 2010/9/27 Benoît Minisini > > Hi Benoit, > > > > I have just a question about the possibility to convert in Gambas v2 a > > variable in format Date to a value of this date in number of seconds like > > in Unix command ? > > > > In my projet i need to use dat

Re: [Gambas-user] Question about date conversion in Gambas v2

2010-09-27 Thread Benoît Minisini
> Hi Benoit, > > I have just a question about the possibility to convert in Gambas v2 a > variable in format Date to a value of this date in number of seconds like > in Unix command ? > > In my projet i need to use date value in number of seconds and not in > standard format as for example this o

[Gambas-user] Question about date conversion in Gambas v2

2010-09-26 Thread Olivier Cruilles
Hi Benoit, I have just a question about the possibility to convert in Gambas v2 a variable in format Date to a value of this date in number of seconds like in Unix command ? In my projet i need to use date value in number of seconds and not in standard format as for example this one: not