hh_mm_datestring_validation#
- static FredHelpers.hh_mm_datestring_validation(param)[source]#
Helper method to validate hh:mm formatted parameters.
- Parameters:
param (str) – Time string to validate.
- Return type:
- Returns:
None
- Raises:
ValueError – If param is not a valid time string in HH:MM format.