Hi,
We are using PowerBuilder client to connect to Asp.net web API service. But when we export the datawindow to Json, we have issue with serializing date format. In PowerBuilder, the format is yyyy-mm-dd HH:mm:ss. But ISO format is yyyy-mm-ddTHH:mm:ssZ. It does not match the ISO format and cannot be serialized. Does anybody know how to solve this issue?
Thanks
Haihong
Parser - https://docs.appeon.com/pb2019r2/objects_and_controls/ch02s48.html
Generator - https://docs.appeon.com/pb2019r2/objects_and_controls/ch02s46.html