I recently met Datejs and found it very useful. However, I could not figure out if there was a way to parse the string and extract only part of the date from it.
For example, if there is a line → "I will start the exercise next Monday."
Then he should analyze the string, extract from it "next Monday" and convert it to a date and give me the result.
How can this be implemented?
Thank:)
Bongs source
share