How to display the week number of the year in a date text object in BarTender
Overview
You want to display the week of the year in a date field in BarTender.
Applicable to
BarTender Designer 2016 and later
Information
- Open BarTender
- Create a new template or open an existing template
- Create or select the "Date" object that you want to adjust
- Double click the object to open object properties
- Go to the Data Type tab
- In the Format section, choose <<Custom>>
- In the Pattern section, enter one of the following options:
Format | Description |
U | Week number, from 0 through 53 (where Sunday is the first day of the week) |
UU | Week number, from 00 through 53 (where Sunday is the first day of the week) |
W | Week number, from 0 to 53 (where Monday is the first day of the week) |
WW | Week number, from 00 to 53 (where Monday is the first day of the week) |
WWW | Week number, from 1 to 54 (where Monday is the first day of the week) |
WWWW | Week number, from 01 to 54 (where Monday is the first day of the week) |
VV | ISO 8601 week number, from 01 to 53 |