Search

Format Date (Dep.)

Last Updated: May 10, 2022

Articles

This function is deprecated.

Use this function to convert the date in day-month-year string format for the input date.

Syntax

Format Date (Dep.) (input_date, date_format)

Parameters

Input Parameter Name Description
input_date Date in string format
date_format Date Format of the input_date parameter
To know more about Date Format, click here.

Returns

Return value Description
Date Returns the formatted date

Sample

Format Date (Dep.) (03-13-2021, %m-%d-%Y)

  • Converts the date 03-13-2021 which is in the format %m-%d-%Y to a day-month-year string format.
    Retunrs 13th Mar 2021

To view all the Date functions, click here.

Did you find what you were looking for?