|
<< Click to Display Table of Contents >> Date/time/number functions |
![]() ![]()
|
Each Borland Database Engine (BDE) function listed below sets or retrieves date, time or number formats for the current session, or decodes or encodes date and time into or from a timestamp.
Function |
Description |
Converts FLOAT data to binary coded decimal (BCD) format. |
|
Converts binary coded decimal (BCD) data to FLOAT format. |
|
Decodes DBIDATE into separate month, day and year components. |
|
Encodes separate date components into date for use by DbiPutField and other functions. |
|
Gets the date format for the current session. |
|
Gets the number format for the current session. |
|
Gets the time format for the current session. |
|
Sets the date format for the current session. |
|
Sets the number format for the current session. |
|
Sets the time format for the current session. |
|
Decodes time into separate components (hours, minutes, milliseconds). |
|
Encodes separate time components into time for use by DbiPutField and other functions. |
|
Extracts separate encoded date and time components from the timestamp. |
|
Encodes the encoded date and encoded time into a timestamp. |