Friday, 12 June 2009

SDK: Date Time

from here: sdk\client\reference\dom

var oField = crmForm.all.SOME_DATETIME_FIELD_ID;


if (oField.TimeVisible)
{
alert("The time is visible.");
}
else
{
alert("Only the date is visible... the time is hidden.");
}

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home