Skip to content

Commit 41c7704

Browse files
committed
Reach format_date from to_date/datetime/time functions
format_date provides a direct preview of the formatting syntax these function rely on
1 parent 211f01f commit 41c7704

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

docs/user_manual/expressions/functions_list.rst

+36
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,24 @@ This group contains functions to convert one data type to another
125125

126126
.. include:: expression_help/Conversions.rst
127127
:start-after: :orphan:
128+
:end-before: end_to_date_section
129+
130+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
131+
132+
.. include:: expression_help/Conversions.rst
133+
:start-after: end_to_date_section
134+
:end-before: end_to_datetime_section
135+
136+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
137+
138+
.. include:: expression_help/Conversions.rst
139+
:start-after: end_to_datetime_section
140+
:end-before: end_to_time_section
141+
142+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
143+
144+
.. include:: expression_help/Conversions.rst
145+
:start-after: end_to_time_section
128146

129147

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

164182
.. include:: expression_help/Date_and_Time.rst
165183
:start-after: :orphan:
184+
:end-before: end_to_date_section
185+
186+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
187+
188+
.. include:: expression_help/Date_and_Time.rst
189+
:start-after: end_to_date_section
190+
:end-before: end_to_datetime_section
191+
192+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
193+
194+
.. include:: expression_help/Date_and_Time.rst
195+
:start-after: end_to_datetime_section
196+
:end-before: end_to_time_section
197+
198+
Further reading: :ref:`expression_function_Date_and_Time_format_date`
199+
200+
.. include:: expression_help/Date_and_Time.rst
201+
:start-after: end_to_time_section
166202

167203

168204
**Some examples:**

0 commit comments

Comments
 (0)