UPDATE [dbo].[tblAssetCustom] SET [LastFullimage] = CONVERT(datetime,'2013-02-13 13:08:56',120) WHERE [AssetID] IN ( SELECT [AssetID] FROM [dbo].[tblAssets] WHERE [AssetName] = 'ASC1143' )
And it's gone into the database ok (see attached)
But on the web interface the date is not being displayed in the same format as all the other dates (see attached)