Conversion from Extended to tdatetime

Hello.

I am using a TfrxDateEditControl in a Dialog page.
but the result is an EXTENDED value (date).
I need to convert the date into TDATETIME in the script to compare it with dates in the database.
How do i do this
I did not find delphi functions for this.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 12:06AM
    use 2 controls 1 for date the other for time by setting its kind to fktime.
    all the rest of the functions are available.

Leave a Comment