Guest User

Untitled

a guest
Oct 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. >>> my_obj.CreationDate()
  2. '2011-08-04T11:13:09-04:00'
  3. >>> my_obj.setCreationDate(DateTime("2011-06-17"))
  4. >>> my_obj.reindexObject()
  5. >>> my_obj.CreationDate()
  6. '2011-08-04T11:13:09-04:00'
Add Comment
Please, Sign In to add comment