Is there a library for entering text values in an HTML text box which are then converted into a date? For example, typing "Next Monday" puts next Monday's date in, "Next month" puts today's date + 1 month, "+4" puts today's date + 4 days, etc.
Is there a library for entering text values in an HTML text box which are then converted into a date? For example, typing "Next Monday" puts next Monday's date in, "Next month" puts today's date + 1 month, "+4" puts today's date + 4 days, etc.