“Linux Get Date YYYYMMDD” Kod odpowiedzi

Data Linux Format yyyymmdd

# put current date as yyyy-mm-dd in $date
date=$(date '+%Y-%m-%d')

# put current date as yyyy-mm-dd HH:MM:SS in $date
date=$(date '+%Y-%m-%d %H:%M:%S')

# print current date directly
echo $(date '+%Y-%m-%d')
Tender Turkey

Linux Get Date YYYYMMDD

date '+%Y/%m/%d' #Output 2022/03/11
KeWols

Odpowiedzi podobne do “Linux Get Date YYYYMMDD”

Pytania podobne do “Linux Get Date YYYYMMDD”

Więcej pokrewnych odpowiedzi na “Linux Get Date YYYYMMDD” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu