Reputation: 1412
I use this in my job-collection
later.parse.text('at 3:15 pm on Mon,Tues,Weds,Thurs and Fri');
what is the right solution
Upvotes: -2
Views: 50
Reputation: 51924
In addition you can do
later.parse.recur().on('15:45').time().onWeekday()
Upvotes: 2