Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Print first day of the week as string in date format
Post: RE: Print first day of the week as string in date ...

(Sep-28-2021, 03:40 PM)bowlofred Wrote: >>> dateX = date.today() >>> dateX datetime.date(2021, 9, 28) >>> sat = dateX + timedelta(days=5-dateX.weekday()) >>> sat ...
MyerzzD General Coding Help 2 2,027 Sep-29-2021, 06:43 AM
    Thread: Print first day of the week as string in date format
Post: Print first day of the week as string in date form...

Hey guys, I'm new to Python and I'm struggling with getting the beginning of the week as a string. from apiclient.discovery import build from oauth2client.service_account import ServiceAccountCreden...
MyerzzD General Coding Help 2 2,027 Sep-28-2021, 12:28 PM

User Panel Messages

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