Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi All,
Does anyone know how to create a "Created Time" formula field to pull the time from the Created Date field.
--David
Try this
SUBSTITUTE(Date_Time_Field + '', DATEVALUE(Date_Time_Field) + '', ' ' )
Try this
SUBSTITUTE(Date_Time_Field + '', DATEVALUE(Date_Time_Field) + '', ' ' )