dates = new rschedule.Dates({
dates: [new standardAdapter.StandardDateAdapter(new Date(), {duration: 1000}),
new standardAdapter.StandardDateAdapter(new Date(2002,4,2), {duration: 1000})],
data: 'Title of date',
dateAdapter: standardAdapter.StandardDateAdapter
});