I am looking for a js regex for datetime. The regex should allow: Only valid (optional, date validity will be checked later as well) date formmated dd/mm/yyyy, or the expressions: today, tomarrow, now, in x days/hours/years/minutes, if date is provided in one of the ways that dosent include "in x hours/minuts" or "now", the the time will be specified as well in the format hh:mm or hh:mm PM/AM or hh or hh PM/AM. If there is a regex that fit some of the rules but not all it will be ok as well. For example:
now
in 5 days 12 AM
25/6/2020 14:05
tomorrow 13