Solved
Can you create a field that produces a date/time stamp when a separate field is entered
No text available
@reluctantprogrammer yes via script you can. On the exit of the other field just fire the js to set the value of date time field to set to current date/time
today = Num2Date(Date(), "MM/DD/YYYY") //returns date in MM/DD/YYYY format
other_field.rawValue = today // populate my_date_field with todays date
.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.