Query: px_date2string
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PX_DATE2STRING(3) Library Functions Manual PX_DATE2STRING(3)NAMEPX_date2string -- Convert paradox date into formated stringSYNOPSIS#include <paradox.h> char * PX_date2string(pxdoc_t *pxdoc, long date, const char *format)DESCRIPTIONCreates a string representation of a paradox date as specified in the parameter format. The date must be either retrieved with PX_get_data_long(3) after calling PX_get_record(3) or by simply using the long value in the pxval_t struct as returned by PX_retrieve_record(3). The function uses internally the PX_timestamp2string(3) function. The format string may contain all chars as docu- mented with PX_timestamp2string(3), though only those concerning the date will produce resonable results.RETURN VALUEReturns pointer to string on success and NULL on failure.SEE ALSOPX_timestamp2string(3), PX_time2string(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_DATE2STRING(3)
Related Man Pages |
---|
px_get_data_long(3) - debian |
px_put_record(3) - debian |
px_retrieve_record(3) - debian |
px_time2string(3) - debian |
px_date2string(3) - php |
Similar Topics in the Unix Linux Community |
---|
Concatenating the filename with date |
Formatting date |
Know the number of the week for a date |
Converting a date to friday date and finding Min/Max date |
How to find the date format |