跳到主内容

搜索

搜索

Best before date

评论

1 条评论

  • Avatar
    Shotaro Ito

    For BarTender 10.0 or later includes Ver 2016, You can refer other text's value by Object value data source.
    Then specify data type as Date, then apply Offset transform with 14 months.

    Text 1: Data source: Clock, Data Type: Date, Linked to form's Date Picker

    Text 2: Data source: Object Value (of Text 1), Data Type: Date, Transform: Offset 14 months 

     

    For versions before, you can apply OnProcessData VB Script.
    Text 2 created as the same (object value). More options > VB Script,

    OnProcessData:

    Value = DateAdd("m",14,Value)

     

    0

请先登录再写评论。