Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • j5
  • j5 Tech Notes

TN 1290 How to Parse j5 Date / Time in the IndustraForm Designer

Last updated: March 5th, 2025

Description

  • Author: Ron Tanner
  • Published: March 5th, 2025

Details:

Description

This article from InSource shows how to parse j5 date / time in the IndustraForm Designer

  • Author: Ron Tanner
  • Published: 9/27/2022
  • Applies to: j5

Details

How to parse j5 date / time in the IndustraForm Designer

The Date/Time element in the IndustraForms allows the end user to pick date/time.

To display this information in different formats you must create a formula to parse out the date/time because the actual value is a serialization of the date/time in j5.

Create a new IndustraForm:

Create 4 elements:

Element name: LabelDateTime
Type: Date / Time:

Element name: TimeCreated
Type: Date & Time
Default Value: =Now()

Element name: LabelParseDateTime
Type: Label

Element name: ParsedDateTime
Type: Text
Value: =CONCATENATE(DAY(TimeCreated),"/",MONTH(TimeCreated),"/",YEAR(TimeCreated),"-",HOUR(TimeCreated),":",MINUTE(TimeCreated))

The formula uses the value of the element named “TimeCreated” as a parameter.
The formula uses the CONCATENATE function along with the DAY/MONTH/YEAR to build the format needed to display the date. Any number of combinations can be used based on the format requirements for date/

parsing industraform
Give feedback about this article

Recommended articles

TN IT212 Display Rich Text Format (RTF) Inside Intouch

Read More

TN IT216 Wonderware InTouch: How to print windows and scripts to a text file

Read More

TN IT225 How to set a Remote Desktop Timeout Limit for InTouch Access Anywhere

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand