2022-04-01 22:22:33 +00:00
|
|
|
accessing
|
|
|
|
createdAt
|
|
|
|
^ createdAt ifNil: [| joinDateString |
|
|
|
|
joinDateString := ((self documentTree xpath: '//div[@class="profile-joindate"]/span/@title') stringValue).
|
2023-07-27 23:00:25 +00:00
|
|
|
|
2023-05-18 16:29:19 +00:00
|
|
|
createdAt := (ZTimestampFormat fromString:'4:05 PM - 3 Feb 2001') parse: joinDateString.
|
2023-07-27 23:00:25 +00:00
|
|
|
createdAt := createdAt asDateAndTime
|
2022-04-01 22:22:33 +00:00
|
|
|
]
|