strToDate

Description

Displays a date in a full text description.

E.g. Thu Jul 06 2023 18:35:58 GMT+0800 (Singapore Standard Time)

Input / Parameter

Name
Description
Input Type
Default
Options
Required

date

The date to be displayed in full text.

String/Text

(Current-Date)

-

No

Output

Description
Output Type

Returns the full text of the date.

String/Text

Callback

N/A

Video

Coming soon.

Example

The user wants to convert date string to DateTime and print it in the console. date : 2018-04-12

Step

  1. Call the console function. Call the strToDate function inside the value parameter of the console function.

Result

Last updated