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
A minimal utility library for formatting dates. Example:
constbackThen=dateToFormat('YYYY-MM-DD',newDate('1975-01-01T02:00:00Z'));// '1975-01-01'constrightNow=dateToFormat('YYYY-MM-DD');// same thing, only later in time...