Removes the colon from an HH:MI time string and returns it as a number.
The time string (e.g., '14:30')
The numeric representation (e.g., 1430)
asTime('14:30'); // 1430 Copy
asTime('14:30'); // 1430
Removes the colon from an HH:MI time string and returns it as a number.