Date/Time Conversion ColdFusion

前端 未结 5 621
名媛妹妹
名媛妹妹 2021-01-19 13:17

I\'m working with a script that displays the date and time in ISO 8601 format like so: 2012-05-17T17:35:44.000Z.

but I would like it to display in the n

5条回答
  •  梦毁少年i
    2021-01-19 13:38

    That date string is in ISO format, there is a good example of how to convert it to a CF date object here:

    ...
    
    

提交回复
热议问题