You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because yesterday, today and tomorrow are all contextual, this is difficult unless you add in a var for todays date, which could be overridden on initialisation as to give another date, but then you'd need something like moment.js to add/sub the date relevant to the string found.
@NoelDavies getting the current date in JS is rather trival. The hard part is matching the found date into a point in time as the year number may not actually be supplied. @robinvdvleuten whatever you get in the results is implemented already, today / tomorrow is not. But writing these plugins is not that hard, so give it a try maybe.
Is it possible to detect dates for tomorrow, yesterday, etc? And is it hard to add them as plugin otherwise?
The text was updated successfully, but these errors were encountered: