Date class not working in processing 2 with Twitter4j
in
Programming Questions
•
8 months ago
Hey guys, I've been trying to initialize the code below in processing 2, but I keep getting error, "can't find class or type named "Date". I noticed it works in processing 1, but not in 2. Any ideas?
- Tweet t = (Tweet) tweets.get(i);
- Date d = t.getCreatedAt(); // error: can't find class or type named "Date"
1