I am using Ready API and I was wondering how to convert a date value that is fetched from Oracle SQL Database from a JDBC connection which is stored in an XML Holder inside a Script Assertion and then using the same to assert with a timestamp value fetched from an API Response.
Ex; The Value obtained from the Database looks like
2015-7-8 17:40:44. 715000000
And the date from the API Response looks like
1436377244715
Question is how do I convert the Date got from the Database or from the Response to make it assertible