DefaultDateFormat

Previous Next

The DefaultDateFormat Rules Engine property returns a pattern representing the string format that the Rules Engine uses as a default when converting a date value to a string. An example return value is:

DD-MON-YY

Setting this property

You cannot set this format by using RulesEngine.SetProperty. To set this format, set the DEFAULT_DATE_FORMAT Rules Engine parameter in USoft Definer by choosing Tools, Rules Engine Parameters.

Getting this property

You can get the current value of this property by executing:

SELECT RulesEngine.GetProperty( 'DefaultDateFormat' )

This entire statement is case-insensitive, including the property name.

 

See also

Rules Engine properties

RulesEngine.GetProperty

RulesEngine.SetProperty