Benoît Minisini wrote:
>
> Le 10/08/2012 01:34, acidblue a écrit :
>>
>> I noticed when i use 'datetime' as a type in sqlite it also adds a time
>> at
>> the end the date:
>> 8/9/2012 00:00:00 when displayed in a dataview box.
>>
>> Is there a way to NOT display the time, just the date?
>
> I
Le 20/08/2012 20:13, Benoît Minisini a écrit :
>
> Maybe I should add a "Load" event that would be raised each time the
> DataView contents has been loaded from the database. That way, you won't
> have to worry about when exactly you should apply the columns widths...
>
No need for that: the DataS
Le 10/08/2012 01:34, acidblue a écrit :
>
> I noticed when i use 'datetime' as a type in sqlite it also adds a time at
> the end the date:
> 8/9/2012 00:00:00 when displayed in a dataview box.
>
> Is there a way to NOT display the time, just the date?
I think I have some sort of solution for you,
On Thu, 2012-08-16 at 14:14 +0200, Benoît Minisini wrote:
> Le 10/08/2012 01:34, acidblue a écrit :
> >
> > I noticed when i use 'datetime' as a type in sqlite it also adds a time at
> > the end the date:
> > 8/9/2012 00:00:00 when displayed in a dataview box.
> >
> > Is there a way to NOT display
Le 10/08/2012 01:34, acidblue a écrit :
>
> I noticed when i use 'datetime' as a type in sqlite it also adds a time at
> the end the date:
> 8/9/2012 00:00:00 when displayed in a dataview box.
>
> Is there a way to NOT display the time, just the date?
>
> I have to re-adjust the column widths every
On 10/08/12 09:34, acidblue wrote:
> I noticed when i use 'datetime' as a type in sqlite it also adds a time at
> the end the date:
> 8/9/2012 00:00:00 when displayed in a dataview box.
use format command
>
> Is there a way to NOT display the time, just the date?
>
> I have to re-adjust the column
I noticed when i use 'datetime' as a type in sqlite it also adds a time at
the end the date:
8/9/2012 00:00:00 when displayed in a dataview box.
Is there a way to NOT display the time, just the date?
I have to re-adjust the column widths every time program loads,(using
dataview),this is inherit