Type: String
Returns the build date of the Gecko engine the browser is based on, in the format of YYYYMMDD, or an empty string if the browser is not based on the Gecko engine. For example, "20020530".
Example:
<%
set bhObj = Server.CreateObject("cyScape.browserObj")
%>
<html>
<% if bhObj.Gecko = True then %>
response.write "Build date of your Gecko engine is: " & bhObj.GeckoBuildDate
else
response.write "Your browser is not based on the Gecko engine."
end if %>
</html>
See Also: