Share via


how to display current time in sharepoint list display form?

Question

Wednesday, June 29, 2011 6:34 AM

I created list display form , on that form i wanted to display date field  "MM/DD/YYYY HH:MM AM/PM"

the problem is it dispalying current date properly but time showing incorrectly for example:12:00PM

But I want exact time ..................

please tell me how to show exact time on that form?

 

 

 

 

All replies (3)

Friday, July 1, 2011 9:44 AM âś…Answered | 1 vote

Hi

if it's about a list, with a column type Date

just put for Date
in field : Calculated Value

[Today]

if it's about a list, with a column type DateTime

If you need also current time
put only
Now()

romeo donca


Wednesday, June 29, 2011 3:21 PM

Hi,

This may be because your Date field definition may have Date only and not included time. Can you include this in your definition, then you can set the format correctly.

Regards

Ranga

Regards Ranga www.sharepointfrontier.com


Friday, July 1, 2011 7:52 AM

Hi Ranga,

That again doesnt help. I am also facing the same issue. I need to show the exact date, time (hh and minutes). Found that there are different ways to do that..is there a feature available which with give a column with default sysdate and time?