Python
파이썬 날짜 형식
SAFE
2023. 10. 9. 11:11
now = datetime.now()
text = '※ ' + str(now.date()) + ' 오랜만에 다시 보내보기'
날짜 : 2023-10-09 로 표시됨