Hi,
I am using 'ncolumntable' function to generate a table .It looks similar to below
ncolumntable(
{ "Effective Date"
},
ri!var.toDate_date
)
var is a ruleinput of type CDT.
In the UI, the column record shows the date concatenated with Z.
Expected result: 2018-08-12
Actual Result:: 2018-08-12Z
Any help on why the "Z' is added to the result and how to achieve the expected result will be appreciable.
Thanks ,
Rohini
Discussion posts and replies are publicly visible