Convert Date to Day of the month or week

Could not find a way how to…Please help

  • To get Day of the month, you can use a math column: Day(Date)
  • To get Day or the week, you can use a math column: Weekday(Date)
  • To get an ISO week number, your can use the Format Date plugin with the W formatter.

Weeknum(date) is also possible.

Perfect Thanks