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
Currently I'm missing the part which can determine whether it is morning, afternoon, evening or night. It would also be nice if the outcome would be translatable, so it can be used in apps like:
$dayjs().daypart() + $user.firstname
resulting in: "Goodmorning John"
The text was updated successfully, but these errors were encountered:
Currently I'm missing the part which can determine whether it is morning, afternoon, evening or night. It would also be nice if the outcome would be translatable, so it can be used in apps like:
$dayjs().daypart() + $user.firstname
resulting in: "Goodmorning John"
The text was updated successfully, but these errors were encountered: