LLMCalc / test.py
carbonnnnn's picture
add date picker using dropdown
fd62121
raw
history blame
132 Bytes
import calendar
import datetime
today = datetime.date.today()
year = today.year
print(year)
print(list(calendar.month_name[1:]))