new features dates

This commit is contained in:
Joaquin Ossa 2024-10-02 10:11:48 +02:00
parent ae865b8848
commit c5cc2e2167
2 changed files with 50 additions and 1 deletions

View file

@ -125,6 +125,14 @@ models:
data_type: text
description: The month date day belongs to as a 3 digit shortened version.
- name: month_number_name
data_type: text
description: The month date number with leading zero and full month name (e.g., 01-January, 02-February).
- name: month_number_name_short
data_type: text
description: The month date number with leading zero and abbreviated month name (e.g., 01-Jan, 02-Feb).
- name: month_start_date
data_type: date
description: The full date for the first day of the month.