User bio
404 bio not found
Member since Feb 6, 2022
Posts:
Satya Prasad has not published any posts yet.
Replies:

Here is the custom class for this...

You should add this in one of your custom class which Extends Ens.Rule.FunctionSet so that it is visible in Routing Rule. 

ClassMethod DaysFromToday(pDate As %String) As %Integer
{
    Set tNow = $H+0
    Return $ZDATEH($EXTRACT(pDate,1,8),8) - tNow
}

I got this from Jeffrey Drumm. 

Followers:
Satya Prasad has no followers yet.
Following:
Global Masters badges:
Satya Prasad has no Global Masters badges yet.