diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-03-11 18:15:37 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-03-11 18:15:37 +0100 |
commit | dd70ff8bf32c2d7ed365004b1770058265db1978 (patch) | |
tree | 084788d142d86c4dc38f5c48606523b4040596e6 /src/include/xbdate.h | |
parent | 517ad9d4b6eae320b708d03a9340a22893b0cab7 (diff) |
New upstream version 4.1.0upstream/4.1.0
Diffstat (limited to 'src/include/xbdate.h')
-rwxr-xr-x | src/include/xbdate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/xbdate.h b/src/include/xbdate.h index 5406cbb..8dff463 100755 --- a/src/include/xbdate.h +++ b/src/include/xbdate.h @@ -92,7 +92,6 @@ class XBDLLEXPORT xbDate : public xbSsv { xbBool DateIsValid ( const xbString &sDate8 ) const; xbInt16 DayOf( xbInt16 iFormat ) const; xbInt16 CTOD( const xbString &sCtodInDate ); -// xbInt16 FormatDate( const char *sFmtIn, xbString &sFmtOut ); xbInt16 FormatDate( const xbString &sFmtIn, xbString &sFmtOut ); const char *Str() const; xbBool IsLeapYear( xbInt16 iYear ) const; |