Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 uid=1(daemon) gid=1(daemon) grupos=1(daemon) Safe-mode: OFF (not secure) /opt/lampp/share/doc/freetds-0.91/reference/ drwxr-xr-x | |
| Viewing file: Select action/file-type: Datetime functions
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Functions | |
| RETCODE | dbdatecmp (DBPROCESS *dbproc, DBDATETIME *d1, DBDATETIME *d2) |
| Compare DBDATETIME values, similar to strcmp(3). | |
| const char * | dbmonthname (DBPROCESS *dbproc, char *language, int monthnum, DBBOOL shortform) |
| Get name of a month, in some human language. | |
Functions to manipulate DBDATETIME structures.
Defined by Sybase only. These are not implemented:
| RETCODE dbdatecmp | ( | DBPROCESS * | dbproc, | |
| DBDATETIME * | d1, | |||
| DBDATETIME * | d2 | |||
| ) |
Compare DBDATETIME values, similar to strcmp(3).
| dbproc | contains all information needed by db-lib to manage communications with the server. | |
| d1 | a DBDATETIME structure address | |
| d2 | another DBDATETIME structure address |
| 0 | d1 = d2. | |
| -1 | d1 < d2. | |
| 1 | d1 > d2. |
| const char* dbmonthname | ( | DBPROCESS * | dbproc, | |
| char * | language, | |||
| int | monthnum, | |||
| DBBOOL | shortform | |||
| ) |
Get name of a month, in some human language.
| 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 TRUE for a three letter output ("Jan" - "Dec"), else zero. |
NULL on error.
1.6.3
:: Command execute :: | |
--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.5931 ]-- |