Hi Tay,
Date custom field does capture time, however it is not shown in Clarizen UI, you can create a text type custom field instead and then use ToString to capture that.
For example ToString(OrganizationNow(),"MM-dd-yyyy hh:mm")
You can look on more example to how to leverage the ToString date/time formats here: https://msdn.microsoft.com/en-us/library/8kb3ddd4(v=vs.110).aspx
Good luck!
Tamir
Comment actions