Thank you for contacting Syncfusion support.
In the provided sample args.model.startDate value is directly used in the public function recurrenceDateGenerator which is the cause for the issue. Kindly use the following code example to overcome the reported issue.
<Code>
var d = re.recurrenceDateGenerator(args.recurrenceRule, new Date(args.model.startDate));
</Code>
Regards,
Karthigeyan