Parse Time

Description

Convert a textual representation of a time value into a variable of type Date Time.

Event Options

Variable

The textual representation of a time value you wish to format.

Layout

Single line text variable representing how you would like to format the time. The layout of the date is made with reference to the reference date and time Mon Jan 2 15:04:05 -0700 MST 2006. The table below shows examples of the different layouts that you can set.

As

The resulting timestamp.

Example

Variable

Feb 4, 2014 at 6:05pm (PST)

Layout

Jan 2, 2006 at 3:04pm (MST)

After running the event with the above options, the As option will be hold the value of the timestamp 2014-02-04 18:05:00 +0000 PST.

Last updated