Travel bot

i want to know how shall i extract two date let say i want to extract dates in this sentence i am travelling london from 13 march to 14 august is there some way to put regex for dates

Duckling can extract these types of dates as an interval.

E.g. as an example in german:

{
    "start" : 11,
    "end" : 47,
    "text" : "vom 13. Oktober bis zum 10. November",
    "value" : {
      "to" : "2019-11-11T00:00:00.000+01:00",
      "from" : "2019-10-13T00:00:00.000+02:00"
    },
    "confidence" : 1.0
}