How to get Date and current time from the Date/Time column in SharePoint Custom list
        Posted  
        
            by Kanta
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kanta
        
        
        
        Published on 2010-04-28T15:52:58Z
        Indexed on 
            2010/04/28
            20:17 UTC
        
        
        Read the original article
        Hit count: 290
        
sharepoint
|lists
I have column called "Date Submitted" as Date/time in one of the Custom list in sharepoint 2007. it always set to today's date and 12AM time instead of that I want to display today's date with current time hh:mm:ss.
I tried creating calculated column TestDate and formula is : =TEXT(([Date Submitted]),"mm dd yyyy h:MM:SS")
result is 04 28 2010 0:00:00 I wanted to be 04/28/2010 10:50:34
Is it possible to achive this?
Thank you kanta
© Stack Overflow or respective owner