This dialog allows creating a new variable from a date or time variable, by specifying
a new time format in which the values of the new variable will be expressed. Typical use cases include:
- Create a month variable from a full date:
{Use format %Y-%m to get
four-digit year and two-digit month; or %y %B to get two-digits
year and full month name.}
- Create a week variable from a full date:
{Use format %U to get
the week number in the year starting on Sunday, or %W for the
week number in the year starting on Monday.}
- Create a date variable from a time variable:
{Use format %Y-%m-%d
to get four-digit year, two-digit month and two-digit day.}