We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0313db6 + 7a273e5 commit e0b354dCopy full SHA for e0b354d
system/async/time/DateTimeHelper.cfc
@@ -294,7 +294,6 @@ component singleton {
294
*/
295
string function validateTime( required string time ){
296
if ( !reFind( "^([0-1][0-9]|[2][0-3])\:[0-5][0-9]$", arguments.time ) ) {
297
-
298
if ( findOneOf( arguments.time.toString(), ":" ) > 0 ) {
299
throw(
300
message = "Invalid time representation (#arguments.time#). Time is represented in 24 hour minute format => HH:mm",
0 commit comments