J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 802 forks source link

Time Formatting #207

Closed Gooner17 closed 7 years ago

Gooner17 commented 7 years ago

Hi,

Is there a way we can format the date and time created at? If not a date stamp without the time might be useful.

Thanks.

J7mbo commented 7 years ago

PHP has plenty of ways to format DateTime. Closing as this isn't a question specifically to do with this library and you'll likely get a faster answer that is PHP specific for the data you have on Stackoverflow.