Bepaalt of een gegeven tekst (hoogstwaarschijnlijk) een tijdstip is.
local p = {}; function p.is_datum(tekst) return 'ja' --return string.find("24 sep 2021 16:18", "%a+%s%a+%s%a+%s%d+%:d+") > 0 end return p