Category: VB
FormatDateTime Function
This is a default function within VBScript that should work in any VBScript situation. Date is required and has to be in a valid format but easily can accept date() or now() Date() would only display the current date where now() would be date and time. Format would be something…
Prevent Browser Cache
Sources: ASP – http://support.microsoft.com/kb/311006/en-us PHP – http://www.php.net/manual/en/function.header.php ColdFusion – http://www.bpurcell.org/blog/index.cfm?entry=1075&mode=entry JSP – http://www.jguru.com/faq/view.jsp?EID=377&page=2
Time ASP Execution
Source: http://classicasp.aspfaq.com/general/how-do-i-time-my-asp-code.html
Good Double
Function String Value GoodDouble 55 55 GoodDouble 55.55 55.55 GoodDouble 55.45 55.45 GoodDouble SomeText 0
Good Integer
Function String Value GoodInt 55 55 GoodInt 55.55 56 GoodInt 55.45 55 GoodInt SomeText 0