parse-month ( str -- n )


Vocabulary
crontab.private

Inputs
stran object


Outputs
nan object


Definition


: parse-month ( str -- n )
[ string>number ] [
>lower {
"jan"
"feb"
"mar"
"apr"
"may"
"jun"
"jul"
"aug"
"sep"
"oct"
"nov"
"dec"
} index
] ?unless ;