Answered by:
"Created on" date and time?

Question
-
Wednesday, April 16, 2008 4:54 PM
Answers
-
Hi.
The <%=GetPropertyFormEntityValue(PropertyPageColumn.CreatedOn)%> returns the full sortable date/time pattern e.g. 2008-02-07T14:50:00 but the FormatDate Methods re-formats the value to a date only pattern using the user / org cultureinfo.
Could not find a way to change those settings in a supported way.
If you must know the time then you can use the code above in the _forms/properties/properties.aspx.
Cheers,
Adi
- Marked as answer by Ronald LemmenModerator Saturday, April 25, 2009 5:54 PM
Friday, April 18, 2008 9:10 PM
All replies
-
I don't think you can change this.
However, you could add the created on field to the form for each entity (a bit of a pain as there are so many). You would need to change the format for each of the date attributes in each entity to datetime from just date.
Thursday, April 17, 2008 8:48 AMModerator -
You need to set the internal either you want to display complete Data & Time or only Date.
go to settings, administration , system settings.
Regards,
Imran
Thursday, April 17, 2008 8:52 AMModerator -
I can't see any settings in System Settings that allow Date&Time to be chosen.
Thursday, April 17, 2008 9:02 AMModerator -
i don't see anything in the system settings that will fix this, time and date are completey seperate
Friday, April 18, 2008 5:22 PM -
Hi.
The <%=GetPropertyFormEntityValue(PropertyPageColumn.CreatedOn)%> returns the full sortable date/time pattern e.g. 2008-02-07T14:50:00 but the FormatDate Methods re-formats the value to a date only pattern using the user / org cultureinfo.
Could not find a way to change those settings in a supported way.
If you must know the time then you can use the code above in the _forms/properties/properties.aspx.
Cheers,
Adi
- Marked as answer by Ronald LemmenModerator Saturday, April 25, 2009 5:54 PM
Friday, April 18, 2008 9:10 PM