
	formatCurrency(field: HTMLInput, [floatPoint: Integer = 2], [decimalSep: String = ","], [thousandsSep: String = "."]): String
	
		Formats the input making it assume the behaviour of a monetary field.
		
			field field that will receive the formatation
			floatPoint amount of decimal places
			decimalSep string that will be used as decimal separator
			thousandsSep string that will be used as thousands separator
		
	
