Functions to manipulate DBDATETIME structures.  
More...
Functions to manipulate DBDATETIME structures. 
Defined by Sybase only. 
 These are not implemented:
- dbdate4cmp()
- dbdate4zero()
- dbdatechar()
- dbdatename()
- dbdateorder()
- dbdatepart()
- dbdatezero()
- dbdayname() 
◆ dbdatecmp()
Compare DBDATETIME values, similar to strcmp(3). 
- Parameters
- 
  
    | dbproc | contains all information needed by db-lib to manage communications with the server. |  | d1 | a DBDATETIMEstructure address |  | d2 | another DBDATETIMEstructure address |  
 
- Return values
- 
  
    | 0 | d1 = d2. |  | -1 | d1 < d2. |  | 1 | d1 > d2. |  
 
- See also
- dbdate4cmp(), dbmnycmp(), dbmny4cmp(). 
 
 
◆ dbmonthname()
      
        
          | const char * dbmonthname | ( | DBPROCESS * | dbproc, | 
        
          |  |  | char * | language, | 
        
          |  |  | int | monthnum, | 
        
          |  |  | DBBOOL | shortform | 
        
          |  | ) |  |  | 
      
 
Get name of a month, in some human language. 
- Parameters
- 
  
    | dbproc | contains all information needed by db-lib to manage communications with the server. |  | language | ignored. |  | monthnum | number of the month, starting with 1. |  | shortform | set to TRUEfor a three letter output ("Jan" - "Dec"), else zero.
 |  
 
- Returns
- address of null-terminated ASCII string, or NULLon error.
- See also
- db12hour(), dbdateorder(), dbdayname(), DBSETLNATLANG(), dbsetopt().