HI
I have a DateTime Column in Sharepoint 2010
I have value like '12/30/1899 5:30 PM'
I need only Time from it like 5:30 PM.
I was unable ti use MID function in Calculated Column because it is converting the DateTime Column as String and applying on that
Any help is apprecaited.