px_date2string
(no version information, might be only in CVS)
px_date2string --
Converts a date into a string.
Description
string
px_date2string ( resource pxdoc, int value, string format )
Warning |
This function is
currently not documented; only the argument list is
available. |
Parameters
- pxdoc
Resource identifier of the paradox database.
- value
Value as stored in paradox database field of type
PX_FIELD_DATE.
- format
String format similar to the format used by date().
The placeholders support by this function is a subset of those
supported by date() (Y, y, m, n, d, j, L).
Return Values
Returns TRUE on success or FALSE on failure.