4.3.2.6. Date and time functions
The following functions support date and time operations.
- is( value1, value2 )
Returns
trueif both values are the same element in the FEEL semantic domain.Expand 表4.60 Parameters Parameter Type value1Any type
value2Any type
Examples
is( date( "2012-12-25" ), time( "23:00:50" ) ) = false is( date( "2012-12-25" ), date( "2012-12-25" ) ) = true is( time( "23:00:50z" ), time( "23:00:50" ) ) = false