dateValue

dateValue() function is the Standard function available in 200OK.

Description : The dateValue function formats the input expression as a date.

Syntax : fx_dateValue(expression)

Example : fx_dateValue(2023-07-23) gives the response 'July 23, 2023'.

Here we go with simple scenario using the above function.

Scenario : In a task management application, users need to view task deadlines in a readable date format. They utilize a function to format the input expression as a date value for displaying task deadlines. For example, using the function with the expression '2023-07-23' results in 'July 23, 2023', providing users with clear and understandable deadlines.

Request Side :

Response Side :

Last updated