You'll need to create a formula field in your form with a formula expression as below to truncate the value starting from the last ':' and display the resultant value in your view/form in that formula field.
(Datefield.toString()).subString(0,((Datefield.toString())).lastIndexOf(":"))