Advertisement
Fhernd

formato-hora-fecha.py

Jan 21st, 2018
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. import datetime
  2.  
  3. hora_fecha_actual = datetime.datetime.now()
  4.  
  5. print(hora_fecha_actual.strftime("%A %d - %Y %B %I:%M"))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement