I'm using python 3.11. I want to convert datetime.now().date() which is always output similiar like this format 2023-04-06 I would like it to format to whatever my windows system format is using.
datetime.now().date()
Is that posible in python?