I pretty much used exactly what you had provided. I named my date pickler field DateOne (it is represented by the $) I named the text field endDateField. This runs at the client.Then, I set up the form calc script on the exit event to be this: var beginDate = Date2Num($, "MM/DD/YYYY") endDateF...