I\'m working with a script that displays the date and time in ISO 8601 format like so: 2012-05-17T17:35:44.000Z.
2012-05-17T17:35:44.000Z
but I would like it to display in the n
That date string is in ISO format, there is a good example of how to convert it to a CF date object here:
...