Skip to main content

Date format question

Comments

1 comment

  • David Paras

    Try date-format( translate( '2012-10-25T05:34:53.000-07:00' , 'T' , ' ' ) ,'yyyy-MM-dd hh:mm s.S','yyyy-MM-dd hh:mm s'). This will remove the intermediary T and allow the date-format function to interpret the incoming value.

    0

Post is closed for comments.