Like I said, the update ability is not important. Being able to display the dates properly is essential however. I was able to accomplish this by adding a new format ("uDate") to the function FormatValue in AspAjaxDataGrid.asp. Works like a champ. For your reference, I did the following at line 2850
elseif lcase(left(Format,5)) = lcase("uDate") then FormatValue = DateAdd("s", strValue, "01/01/1970 00:00:00")
Then I changed the format to "uDate" where the field is added to the grid.
|
|
|