ASP

ASP Variables Strings Form Arrays 2D Array Loop IF Cookies Dates Dictionaries SQL Numbers Files JSON Database Regular Expression ExecuteGlobal Recordset ServerVariables Bugs ADO AJAX XML Chilkat
O O

Weather Controls

Time Of Day
Rain
Wind Speed
Wind Direction
Clouds

ASP : Numbers

2017-01-01

Decimals

Round to no decimal or show set number of decimal places.

//drop decimals
response.write Round(DocSize/1000)

//force only 2 decimals
response.write(Round(24.13278,2))