> ## Documentation Index
> Fetch the complete documentation index at: https://docs.admanage.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Naming Convention - Date Format

> Learn how to customize date format in the naming convention for your ad sets.

Here's an In depth tutorial on how to customize date format in the naming convention for your ad sets.

<Frame caption="Video Walkthrough">
  <iframe width="560" height="315" src="https://www.youtube.com/embed/6q27CEhx9p8?si=cspqpCK0Vu7eD3bz" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
</Frame>

You can customize your default naming convention in the [Settings page](https://admanage.ai/settings).

<Frame>
  ![](https://ajeuwbhvhr.cloudimg.io/https://colony-recorder.s3.amazonaws.com/files/2025-04-28/0c9af3c3-2dc1-43e1-bc7d-e0c04ca2b34b/ascreenshot.jpeg?tl_px=0,373\&br_px=2752,1912\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=10,449)
</Frame>

Go to the `Naming Convention` section.

<Frame>
  ![](https://ajeuwbhvhr.cloudimg.io/https://colony-recorder.s3.amazonaws.com/files/2025-04-28/3d1261d9-3fb3-4995-a1b6-52aa2946a949/ascreenshot.jpeg?tl_px=0,0\&br_px=2752,1538\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=119,210)
</Frame>

Click on the `Date Format` field.

<Frame>
  ![](https://ajeuwbhvhr.cloudimg.io/https://colony-recorder.s3.amazonaws.com/files/2025-04-28/d7f349e9-813a-4445-bb32-b87d91765984/ascreenshot.jpeg?tl_px=29,373\&br_px=2782,1912\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=524,328)
</Frame>

Enter the date format you want to use.

<Frame>
  ![](https://ajeuwbhvhr.cloudimg.io/https://colony-recorder.s3.amazonaws.com/files/2025-04-28/d7f349e9-813a-4445-bb32-b87d91765984/ascreenshot.jpeg?tl_px=29,373\&br_px=2782,1912\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=524,328)
</Frame>

Click `Add`

![](https://ajeuwbhvhr.cloudimg.io/https://colony-recorder.s3.amazonaws.com/files/2025-04-28/a3e0ffea-3916-4541-95fb-007561b3b210/ascreenshot.jpeg?tl_px=188,0\&br_px=2940,1538\&force_format=jpeg\&q=100\&width=1120.0\&wat=1\&wat_opacity=0.7\&wat_gravity=northwest\&wat_url=https://colony-recorder.s3.us-west-1.amazonaws.com/images/watermarks/FB923C_standard.png\&wat_pad=661,182)

### Valid Date Variables

<Expandable title="Available Date Formats">
  <ResponseField name="d" type="string">
    Day of month (1, 2, ..., 31)
  </ResponseField>

  <ResponseField name="do" type="string">
    Day of month with ordinal (1st, 2nd, ..., 31st)
  </ResponseField>

  <ResponseField name="dd" type="string">
    Day of month, zero-padded (01, 02, ..., 31)
  </ResponseField>

  <ResponseField name="w" type="string">
    Week of year (1, 2, ..., 53)
  </ResponseField>

  <ResponseField name="wo" type="string">
    Week of year with ordinal (1st, 2nd, ..., 53rd)
  </ResponseField>

  <ResponseField name="ww" type="string">
    Week of year, zero-padded (01, 02, ..., 53)
  </ResponseField>

  <ResponseField name="m" type="string">
    Month (1, 2, ..., 12)
  </ResponseField>

  <ResponseField name="mo" type="string">
    Month with ordinal (1st, 2nd, ..., 12th)
  </ResponseField>

  <ResponseField name="mm" type="string">
    Month, zero-padded (01, 02, ..., 12)
  </ResponseField>

  <ResponseField name="mmm" type="string">
    Month, short name (Jan, Feb, ..., Dec)
  </ResponseField>

  <ResponseField name="y" type="string">
    Year, any number of digits (44, 1, 1900, 2017)
  </ResponseField>

  <ResponseField name="yo" type="string">
    Year with ordinal (44th, 1st, 0th, 17th)
  </ResponseField>

  <ResponseField name="yy" type="string">
    Year, last two digits (44, 01, 00, 17)
  </ResponseField>

  <ResponseField name="yyy" type="string">
    Year, minimum three digits (044, 001, 1900, 2017)
  </ResponseField>

  <ResponseField name="yyyy" type="string">
    Year, minimum four digits (0044, 0001, 1900, 2017)
  </ResponseField>
</Expandable>

Example: To format the date as "Week 01 Year 23", use `{{dateFormat:ww-yy}}`

That's it! You've customized the date format in the naming convention for your default naming convention.
