2011-11-08 20:08 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/contrib/hbct/blank.c
    + added support for timestamp values in BLANK() function
This commit is contained in:
Przemyslaw Czerpak
2011-11-08 19:08:25 +00:00
parent 065818dc1a
commit 5aa8fdd71d
2 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-11-08 20:08 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/hbct/blank.c
+ added support for timestamp values in BLANK() function
2011-11-08 19:53 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtxwc/gtxwc.c
+ added support for 'Root' input context for systems where

View File

@@ -66,6 +66,13 @@ HB_FUNC( BLANK )
if( bRet )
hb_retl( HB_FALSE );
}
else if( HB_IS_TIMESTAMP( pItem ) )
{
if( bRef )
hb_stortdt( 0, 0, 1 );
if( bRet )
hb_rettdt( 0, 0 );
}
else if( HB_IS_DATE( pItem ) )
{
if( bRef )