I am new to lua scripting. I have a startDate ("03-05-2014"
as "dd-mm-yyyy"
) and a span in days (2
) Can anyone help me how to get the endDate
based on the startDate
and span
?.
Example startDate span endDate
--------- ---- -------
03-05-2014 2 05-05-2014
(dd-mm-yyyy) (dd-mm-2014)