bash date yesterday format
echo $(date --date=' 1 days ago' '+%Y-%d-%m')
bash date yesterday format
echo $(date --date=' 1 days ago' '+%Y-%d-%m')
bash date yesterday format
#You can get the yesterday date by this:
date -d "yesterday 13:00 " '+%Y-%m-%d'
#and day before yesterday by this:-
date -d "yesterday-1 13:00 " '+%Y-%m-%d'
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us