Build a post-method for WDModifyView. In there, get a reference to the timestamp field. The class type will be CL_WD_<type of element on view>. So, a button will be CL_WD_BUTTON, and an input field will be CL_WD_INPUT_FIELD and so on (all are subclasses of CL_WD_UIELEMENT). Once you get hold of this object, you can do all sorts of modifications. You might want to "unbind" the field first using method BIND_<property> and passing blank so it removes the binding.
↧