Python Forum
%d %m %y dont match my dates
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
%d %m %y dont match my dates
#2
'%d %m %y' is the format you are saying the date is in, in the file events.txt.
In this case you are saying the dates format is 21 01 19
more info here
https://www.journaldev.com/23365/python-...e-strptime
Recommended Tutorials:
Reply


Messages In This Thread
%d %m %y dont match my dates - by PythonSnake - Jan-22-2019, 12:55 AM
RE: %d %m %y dont match my dates - by metulburr - Jan-22-2019, 03:45 AM
RE: %d %m %y dont match my dates - by PythonSnake - Jan-22-2019, 09:59 PM
RE: %d %m %y dont match my dates - by PythonSnake - Jan-23-2019, 04:53 AM
RE: %d %m %y dont match my dates - by metulburr - Jan-23-2019, 12:20 PM
RE: %d %m %y dont match my dates - by joe_momma - Jan-25-2019, 04:18 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020