跳到主内容

搜索

搜索

Date Formats

评论

3 条评论

  • Avatar
    Legacy Poster

    Well, yes, there is definitely a workaround to accomplish this.

     

    However, what does the customer plan to do with June and July? as that will need to be taken into account in whatever you code to do the layout.

    0
  • Avatar
    Legacy Poster

    The want JN For June and JL for July, I`m hoping to change there mind and use a standard french canadian format, 

    0
  • Avatar
    Ian Cummings
    版主

    Use a Select...Case statement in a VB script transform. You'd need a case from 1 through to 12 setting the value to the appropriate term for each on:

     

    Case 10

    value = "OC"

    0

请先登录再写评论。