Search found 1 match

by zlatinejc
Fri Nov 09, 2018 10:50 am
Forum: Stimulsoft Reports.JS
Topic: Parse/Convert JSON Date format
Replies: 11
Views: 4566

Re: Parse/Convert JSON Date format

I occasionally found that it is possible to use {Convert.ToDateTime (dataSource.dataField)} in an expression to convert a string type to DateTime. So for those who use Report.JS, it is possible to convert a JSON date field using this expression.: {Convert.ToDateTime(root.datePedido)} And using buil...