Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Store Previous date to calculate delta from today
Post: RE: Store Previous date to calculate delta from to...

Thanks for your response. (May-07-2020, 10:59 PM)SheeppOSU Wrote: You may need to use a txt file in which to save the list if the program is not always running Before writing this script I have act...
Captain_Wolf General Coding Help 7 3,393 May-08-2020, 06:04 PM
    Thread: Store Previous date to calculate delta from today
Post: RE: Store Previous date to calculate delta from to...

Thanks for your detailed response. I tried to use your list method in the below code: import datetime import shutil # PREVIOUS PART previousloginlist = ['2020-05-07 14:14:51'] #Step 1: Define the va...
Captain_Wolf General Coding Help 7 3,393 May-07-2020, 08:57 PM
    Thread: Store Previous date to calculate delta from today
Post: RE: Store Previous date to calculate delta from to...

(May-05-2020, 09:44 PM)SheeppOSU Wrote: First off, you have to define the function before the line that you use it on. This is the tricky part which I am not able to grasp. I understand that you are...
Captain_Wolf General Coding Help 7 3,393 May-05-2020, 11:08 PM
    Thread: Store Previous date to calculate delta from today
Post: Store Previous date to calculate delta from today

Hi! New to the coding world and developing my first script. I want the script to store a date of last login (previouslogin) and then compare it with today's date (currentlogin) to calculate a delta of...
Captain_Wolf General Coding Help 7 3,393 May-05-2020, 09:31 PM

User Panel Messages

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