| | |
Day of Week
Thread Solved |
•
•
Join Date: May 2005
Posts: 215
Reputation:
Solved Threads: 16
you might find some good info here
http://www.daniweb.com/techtalkforum...ad20774-2.html
http://www.daniweb.com/techtalkforum...ad20774-2.html
Python does make it look simple ...
python Syntax (Toggle Plain Text)
# day of the week of a given date # date.weekday() returns 0 for Monday and so on, so pick the string from a list from datetime import date oldDate = date(1911, 11, 11) # year, month, day dayofWeek = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'] print "The day of the week on %s was a %s" % (oldDate.strftime("%d%b%Y"), dayofWeek[date.weekday(oldDate)])
Last edited by vegaseat; Sep 23rd, 2008 at 11:53 pm. Reason: replace disfunctional php tags
May 'the Google' be with you!
![]() |
Similar Threads
- ToString to Display day of the week (C#)
- Emergency.....easy Program Week Days (Java)
- Actual Date to Day of the Week Application (Java)
- Logic to Convert Days From 1800 to a Date (Month, Day, Year) (C++)
- How long do you use your computer each day? (Geeks' Lounge)
Other Threads in the Python Forum
- Previous Thread: Python can handle Very Large Numbers
- Next Thread: help me understand what is happening
| Thread Tools | Search this Thread |
accessdenied advanced apache application argv array beginner book change command converter countpasswordentry csv curved dan08 def dictionary dynamic edit enter event examples file float format function google gui homework import inches input jaunty java keyboard lapse library line lines linux list lists loop microphone mouse movingimageswithpygame mysqlquery newb number numbers numeric obexftp output parameters parsing path phonebook plugin port prime programming projects py2exe pygame pygtk pyopengl python random recursion redirect remote return reverse scrolledtext session simple skinning software sprite statictext string strings syntax terminal text threading time tlapse trick tuple tutorial ubuntu unicode unit urllib urllib2 variable voip wordgame wxpython






