Skip to content

Commit

Permalink
Reach format_date from to_date/datetime/time functions
Browse files Browse the repository at this point in the history
format_date provides a direct preview of the formatting syntax these function rely on
  • Loading branch information
DelazJ committed Nov 27, 2024
1 parent 53556be commit 90fcbaa
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/user_manual/expressions/functions_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,24 @@ This group contains functions to convert one data type to another

.. include:: expression_help/Conversions.rst
:start-after: :orphan:
:end-before: end_to_date_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Conversions.rst
:start-after: end_to_date_section
:end-before: end_to_datetime_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Conversions.rst
:start-after: end_to_datetime_section
:end-before: end_to_time_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Conversions.rst
:start-after: end_to_time_section


Custom Functions
Expand Down Expand Up @@ -163,6 +181,24 @@ This group shares several functions with the :ref:`conversion_functions`

.. include:: expression_help/Date_and_Time.rst
:start-after: :orphan:
:end-before: end_to_date_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Date_and_Time.rst
:start-after: end_to_date_section
:end-before: end_to_datetime_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Date_and_Time.rst
:start-after: end_to_datetime_section
:end-before: end_to_time_section

Further reading: :ref:`expression_function_Date_and_Time_format_date`

.. include:: expression_help/Date_and_Time.rst
:start-after: end_to_time_section


**Some examples:**
Expand Down

0 comments on commit 90fcbaa

Please sign in to comment.