Advertisement
NamPNQ

Get week of month

Mar 17th, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. from google.appengine.ext import ndb
  2. w = ndb.Key(urlsafe='ag9zfmVhc3lsZWFybmNvZGVyFwsSCldlZWtseVF1aXoYgICAgNDfhQkM').get()
  3. print (w.start_date.day-1)//7+1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement