Programmer Guide : solidDB® SA : solidDB® SA function reference : SaSetDateFormat
  
SaSetDateFormat
SaSetDateFormat defines default date format.
For explanation of the possible date formats, see SaDateToAsciiz.
Synopsis
SaRetT SA_EXPORT_H SaSetDateFormat( SaConnectT* scon,
  char* dateformat)
Parameters
Parameters
Usage type
Description
scon
in, out, use
Pointer to a connection object.
dateformat
in, use
Default date format for connection.
Note The usage type includes out because the scon parameter is modified by this function call.
Return value
SA_RC_SUCC if success.
SA_ERR_COMERROR if the connection to the server is broken.
See also
For explanation of the possible date, time, and timestamp formats, see SaDateToAsciiz.
solidDB® SA function reference