Customer Portal

Create a valid data format

Comments 2

  • Avatar
    dpavlis
    0
    Comment actions Permalink
    Hi,

    Since "2012-10" is not a valid date - just year & month, you will need (ideally in a Reformat) add a day info. You can just append "01" for the first day in any particular month and then use str2date() function with mask like "yyyy-MM-dd" or you can use "yyyyMMdd" and skip parsing&adding those hyphens.
  • Avatar
    loris89
    0
    Comment actions Permalink
    Thank you for your answer. I did it, but i used two reformat in sequence.

Please sign in to leave a comment.