Hi,
the property original_meta.data_created is returning a date string of the form:
"2013:11:03 16:37:36"
This is not a valid date format because the separator for the date components should be either a hyphen or slash and not a colon.
I suggest the date is returned in the ISO 8601 format
"2013-11-03T16:37:36.000Z"
Thanks.
Hi,
the property
original_meta.data_createdis returning a date string of the form:This is not a valid date format because the separator for the date components should be either a hyphen or slash and not a colon.
I suggest the date is returned in the ISO 8601 format
Thanks.