Zum Hauptinhalt gehen

Suche

Suche

Use By Dates

Kommentare

3 Kommentare

  • Avatar
    Ian Cummings
    Moderator

    Assuming you have an up to date version of BarTender, current version is v10.1, you would create a data source for your object as the "Clock" data type.  Then select the "Transforms" tab, and click the properties button for the "Offset" item.  In the dialog that opens choose the source of your offset, and therefore specify the offset itself (example: database field, and then the actual field in question), and lastly specify the unit quantity of the offset. in your case "Days" for 365 days.

    0
  • Avatar
    Legacy Poster

    Currently running version 9.4 SR3

    0
  • Avatar
    Ian Cummings
    Moderator

    I guess something like this will do the trick:

     

    Create a Single line VB script text object on the label, and edit the VB Script with something like the following expression.
     
    DateAdd("d", 365, Date)
    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.