Re: [Lazarus] Date format conversion function?

2011-12-22 Thread Howard Lee Harkness
On Thu, Dec 22, 2011 at 2:30 AM,   wrote:
>
> See FormatDateTime in sysutils.
>
> And TDateEdit has a Date property which is of type TDateTime.
>
> Michael.
>

I discovered that about thirty minutes after I posted the request.

Thanks!
-- 
Howard Lee Harkness
(214) 390-4896

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Date format conversion function?

2011-12-22 Thread michael . vancanneyt



On Wed, 21 Dec 2011, Howard Lee Harkness wrote:


I am using SQLite in a small application, and using TDateEdit to pick
a date. The date is returned in the Text field (I can't find a
DateTime property in this control) in the format 'mm/dd/', and to
use INSERT in SQLite, it wants dates in the format '-mm-dd'. Yes,
I can write a reformatting function, but I would expect one to be
already available somewhere.


See FormatDateTime in sysutils.

And TDateEdit has a Date property which is of type TDateTime.

Michael.

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Date format conversion function?

2011-12-21 Thread Howard Lee Harkness
I am using SQLite in a small application, and using TDateEdit to pick
a date. The date is returned in the Text field (I can't find a
DateTime property in this control) in the format 'mm/dd/', and to
use INSERT in SQLite, it wants dates in the format '-mm-dd'. Yes,
I can write a reformatting function, but I would expect one to be
already available somewhere.

I'm having some trouble believing that there is no such function in
Lazarus, but I just can't find it. If somebody here knows where such a
function (or equivalent functionality in a class) may be found, please
enlighten me.

TIA!
-- 
Howard Lee Harkness
(214) 390-4896

--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus